Html Css Color HEX #C74BD4 Medium Orchid

📋 copy color: '#C74BD4'

red 199 ◦ green 75 ◦ blue 212

#C74BD4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C74BD4

Tints of Medium Orchid #C74BD4

RGB

 RED value IS 199 (78.13% from 255) = 40.95%

 GREEN value IS 75 (29.69% from 255) = 15.43%

 BLUE value IS 212 (83.2% from 255) = 43.62%

R = 40.95%
G = 15.43%
B = 43.62%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C74BD4 (or 0xC74BD4) is known color: Medium Orchid. HEX triplet: C7, 4B and D4. RGB value is (199,75,212). Sum of RGB (Red+Green+Blue) = 199+75+212=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #C74BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BD4 is #38B42B. Grayscale: #7F7F7F. Windows color (decimal): -3716140 or 13913031. OLE color: 13913031.

HSL color Cylindrical-coordinate representation of color #C74BD4: hue angle of 294.31º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74BD4 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 75 212 -
CMYK 0.06 0.65 0 0.17
HSL 294.31º 0.61% 0.56% -
HSV(B) 294.31º 0.65% 0.83% -
XYZ 37.95 21.93 64.52 -
YUV 127.69 175.58 178.86 -
System Red Green Blue C M Y K H S L
Decimal 199 75 212 0.06 0.65 0 0.17 294.31 0.61 0.56
Hex C7 4B D4 6 41 0 11 126 3D 38
Octal 307 113 324 6 101 0 21 446 75 70
Binary 11000111 1001011 11010100 110 1000001 0 10001 100100110 111101 111000

Color Harmonies of #C74BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BD4

Black with #C74BD4

Text Example


Text Example

White with #C74BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BD4; }

 p { color: rgb(199,75,212); }

 H1.HeaderClassName
 {
   color: #C74BD4;
 }
 .AnyTagClassName
 {
   color: #C74BD4;
 }
</style>

background-color css

<style>
 a { background-color: #C74BD4; }

 a { background-color: rgb(199,75,212); }

 div.DivClassName
 {
   background-color: #C74BD4;
 }
 .BgClassName
 {
   background-color: #C74BD4;
 }
</style>

border-color css

<style>
 span { border-color: #C74BD4; }

 span { border-color: rgb(199,75,212); }

 td.TdClassName
 {
   border-color: #C74BD4;
 }
 .TagClassName
 {
   border-color: #C74BD4;
 }
</style>