#CC80BF

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

Shades of Orchid #CC80BF

Tints of Orchid #CC80BF

Color information

#CC80BF (or 0xCC80BF) is unknown color: approx Orchid. HEX triplet: CC, 80 and BF. RGB value is (204,128,191). Sum of RGB (Red+Green+Blue) = 204+128+191=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80BF is #337F40. Grayscale: #9D9D9D. Windows color (decimal): -3374913 or 12550348. OLE color: 12550348.

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

Color convert

RGB204128191-
CMYK00.370.060.2
HSL310.26º42.7%65.1%-
HSV(B)310.26º37.25%80%-
XYZ42.0232.0453.26-
YUV157.91146.68160.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 191 (75% from 255) = 36.52%
R=39.01%
G=24.47%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412819100.370.060.2310.2642.765.1
HexCC80BF0256141362b41
Octal31420027704562446653101
Binary1100110010000000101111110100101110101001001101101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80BF; }

 p { color: rgb(204,128,191); }

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

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

 a { background-color: rgb(204,128,191); }

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

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

 span { border-color: rgb(204,128,191); }

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