#CB72CF

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

Shades of Orchid #CB72CF

Tints of Orchid #CB72CF

Color information

#CB72CF (or 0xCB72CF) is unknown color: approx Orchid. HEX triplet: CB, 72 and CF. RGB value is (203,114,207). Sum of RGB (Red+Green+Blue) = 203+114+207=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72CF is #348D30. Grayscale: #969696. Windows color (decimal): -3444017 or 13595339. OLE color: 13595339.

HSL color Cylindrical-coordinate representation of color #CB72CF: hue angle of 297.42º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB72CF is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203114207-
CMYK0.020.4500.19
HSL297.42º49.21%62.94%-
HSV(B)297.42º44.93%81.18%-
XYZ41.9129.2462.47-
YUV151.21159.49164.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 114 (44.92% from 255) = 21.76%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=38.74%
G=21.76%
B=39.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031142070.020.4500.19297.4249.2162.94
HexCB72CF22D013129313f
Octal3131623172550234516177
Binary1100101111100101100111110101101010011100101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB72CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB72CF; }

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

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

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

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

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

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

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

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