#CC77BC

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

Shades of Orchid #CC77BC

Tints of Orchid #CC77BC

Color information

#CC77BC (or 0xCC77BC) is unknown color: approx Orchid. HEX triplet: CC, 77 and BC. RGB value is (204,119,188). Sum of RGB (Red+Green+Blue) = 204+119+188=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77BC is #338843. Grayscale: #989898. Windows color (decimal): -3377220 or 12351436. OLE color: 12351436.

HSL color Cylindrical-coordinate representation of color #CC77BC: hue angle of 311.29º 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 #CC77BC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204119188-
CMYK00.420.080.2
HSL311.29º45.45%63.33%-
HSV(B)311.29º41.67%80%-
XYZ40.5829.6651.16-
YUV152.28148.16164.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=39.92%
G=23.29%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411918800.420.080.2311.2945.4563.33
HexCC77BC02A8141372d3f
Octal31416727405210244675577
Binary110011001110111101111000101010100010100100110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC77BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC77BC; }

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

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

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

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

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

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

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

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