#CB72B9

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

Shades of Orchid #CB72B9

Tints of Orchid #CB72B9

Color information

#CB72B9 (or 0xCB72B9) is unknown color: approx Orchid. HEX triplet: CB, 72 and B9. RGB value is (203,114,185). Sum of RGB (Red+Green+Blue) = 203+114+185=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72B9 is #348D46. Grayscale: #949494. Windows color (decimal): -3444039 or 12153547. OLE color: 12153547.

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

Color convert

RGB203114185-
CMYK00.440.090.20
HSL312.13º46.11%62.16%-
HSV(B)312.13º43.84%79.61%-
XYZ39.428.2349.27-
YUV148.7148.49166.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 114 (44.92% from 255) = 22.71%
BLUE value IS 185 (72.66% from 255) = 36.85%
R=40.44%
G=22.71%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311418500.440.090.20312.1346.1162.16
HexCB72B902C9141382e3e
Octal31316227105411244705676
Binary110010111110010101110010101100100110100100111000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB72B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB72B9; }

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

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

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

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

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

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

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

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