#C77CD4

Color #C77CD4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C77CD4

Tints of Orchid #C77CD4

Color information

#C77CD4 (or 0xC77CD4) is unknown color: approx Orchid. HEX triplet: C7, 7C and D4. RGB value is (199,124,212). Sum of RGB (Red+Green+Blue) = 199+124+212=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #C77CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CD4 is #38832B. Grayscale: #9C9C9C. Windows color (decimal): -3703596 or 13925575. OLE color: 13925575.

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

Color convert

RGB199124212-
CMYK0.060.4200.17
HSL291.14º50.57%65.88%-
HSV(B)291.14º41.51%83.14%-
XYZ42.6431.3166.08-
YUV156.46159.35158.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 124 (48.83% from 255) = 23.18%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=37.20%
G=23.18%
B=39.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1991242120.060.4200.17291.1450.5765.88
HexC77CD462A0111233342
Octal30717432465202144363102
Binary110001111111100110101001101010100100011001000111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77CD4; }

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

 H1.HeaderClassName
 {
   color: #C77CD4;
 }
 .AnyTagClassName
 {
   color: #C77CD4;
 }
</style>
background-color css

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

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

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

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

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

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