#CB80CA

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

Shades of Orchid #CB80CA

Tints of Orchid #CB80CA

Color information

#CB80CA (or 0xCB80CA) is unknown color: approx Orchid. HEX triplet: CB, 80 and CA. RGB value is (203,128,202). Sum of RGB (Red+Green+Blue) = 203+128+202=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80CA is #347F35. Grayscale: #9E9E9E. Windows color (decimal): -3440438 or 13271243. OLE color: 13271243.

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

Color convert

RGB203128202-
CMYK00.370.000.20
HSL300.8º41.9%64.9%-
HSV(B)300.8º36.95%79.61%-
XYZ43.0132.459.86-
YUV158.86152.35159.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 128 (50.39% from 255) = 24.02%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=38.09%
G=24.02%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312820200.370.000.20300.841.964.9
HexCB80CA02501412d2a41
Octal31320031204502445552101
Binary11001011100000001100101001001010101001001011011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB80CA; }

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

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

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

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

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

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

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

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