#C880CB

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

Shades of Orchid #C880CB

Tints of Orchid #C880CB

Color information

#C880CB (or 0xC880CB) is unknown color: approx Orchid. HEX triplet: C8, 80 and CB. RGB value is (200,128,203). Sum of RGB (Red+Green+Blue) = 200+128+203=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #C880CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880CB is #377F34. Grayscale: #9D9D9D. Windows color (decimal): -3637045 or 13336776. OLE color: 13336776.

HSL color Cylindrical-coordinate representation of color #C880CB: hue angle of 297.6º degrees, saturation: 0.42, 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 #C880CB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200128203-
CMYK0.010.3700.20
HSL297.6º41.9%64.9%-
HSV(B)297.6º36.95%79.61%-
XYZ42.3232.0360.45-
YUV158.08153.35157.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=37.66%
G=24.11%
B=38.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001282030.010.3700.20297.641.964.9
HexC880CB12501412a2a41
Octal31020031314502445252101
Binary11001000100000001100101111001010101001001010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880CB; }

 p { color: rgb(200,128,203); }

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

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

 a { background-color: rgb(200,128,203); }

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

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

 span { border-color: rgb(200,128,203); }

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