#CB72C0

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

Shades of Orchid #CB72C0

Tints of Orchid #CB72C0

Color information

#CB72C0 (or 0xCB72C0) is unknown color: approx Orchid. HEX triplet: CB, 72 and C0. RGB value is (203,114,192). Sum of RGB (Red+Green+Blue) = 203+114+192=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72C0 is #348D3F. Grayscale: #959595. Windows color (decimal): -3444032 or 12612299. OLE color: 12612299.

HSL color Cylindrical-coordinate representation of color #CB72C0: hue angle of 307.42º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB72C0 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203114192-
CMYK00.440.050.20
HSL307.42º46.11%62.16%-
HSV(B)307.42º43.84%79.61%-
XYZ40.1628.5453.26-
YUV149.5151.99166.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=39.88%
G=22.40%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311419200.440.050.20307.4246.1162.16
HexCB72C002C5141332e3e
Octal3131623000545244635676
Binary11001011111001011000000010110010110100100110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB72C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB72C0; }

 p { color: rgb(203,114,192); }

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

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

 a { background-color: rgb(203,114,192); }

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

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

 span { border-color: rgb(203,114,192); }

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