#C77DCC

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

Shades of Orchid #C77DCC

Tints of Orchid #C77DCC

Color information

#C77DCC (or 0xC77DCC) is unknown color: approx Orchid. HEX triplet: C7, 7D and CC. RGB value is (199,125,204). Sum of RGB (Red+Green+Blue) = 199+125+204=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #C77DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DCC is #388233. Grayscale: #9B9B9B. Windows color (decimal): -3703348 or 13401543. OLE color: 13401543.

HSL color Cylindrical-coordinate representation of color #C77DCC: hue angle of 296.2º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77DCC is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB199125204-
CMYK0.020.3900.2
HSL296.2º43.65%64.51%-
HSV(B)296.2º38.73%80%-
XYZ41.7931.1760.94-
YUV156.13155.02158.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.69%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=37.69%
G=23.67%
B=38.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991252040.020.3900.2296.243.6564.51
HexC77DCC2270141282c41
Octal30717531424702445054101
Binary11000111111110111001100101001110101001001010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77DCC; }

 p { color: rgb(199,125,204); }

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

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

 a { background-color: rgb(199,125,204); }

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

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

 span { border-color: rgb(199,125,204); }

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