#CC77BE

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

Shades of Orchid #CC77BE

Tints of Orchid #CC77BE

Color information

#CC77BE (or 0xCC77BE) is unknown color: approx Orchid. HEX triplet: CC, 77 and BE. RGB value is (204,119,190). Sum of RGB (Red+Green+Blue) = 204+119+190=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77BE is #338841. Grayscale: #989898. Windows color (decimal): -3377218 or 12482508. OLE color: 12482508.

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

Color convert

RGB204119190-
CMYK00.420.070.2
HSL309.88º45.45%63.33%-
HSV(B)309.88º41.67%80%-
XYZ40.7929.7552.31-
YUV152.51149.16164.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=39.77%
G=23.20%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411919000.420.070.2309.8845.4563.33
HexCC77BE02A7141362d3f
Octal3141672760527244665577
Binary11001100111011110111110010101011110100100110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC77BE; }

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

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

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

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

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

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

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

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