#CC77C4

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

Shades of Orchid #CC77C4

Tints of Orchid #CC77C4

Color information

#CC77C4 (or 0xCC77C4) is unknown color: approx Orchid. HEX triplet: CC, 77 and C4. RGB value is (204,119,196). Sum of RGB (Red+Green+Blue) = 204+119+196=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77C4 is #33883B. Grayscale: #989898. Windows color (decimal): -3377212 or 12875724. OLE color: 12875724.

HSL color Cylindrical-coordinate representation of color #CC77C4: hue angle of 305.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC77C4 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204119196-
CMYK00.420.040.2
HSL305.65º45.45%63.33%-
HSV(B)305.65º41.67%80%-
XYZ41.4630.0255.83-
YUV153.19152.16164.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 119 (46.88% from 255) = 22.93%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=39.31%
G=22.93%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411919600.420.040.2305.6545.4563.33
HexCC77C402A4141322d3f
Octal3141673040524244625577
Binary11001100111011111000100010101010010100100110010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC77C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC77C4; }

 p { color: rgb(204,119,196); }

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

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

 a { background-color: rgb(204,119,196); }

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

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

 span { border-color: rgb(204,119,196); }

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