#CB72B8

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

Shades of Orchid #CB72B8

Tints of Orchid #CB72B8

Color information

#CB72B8 (or 0xCB72B8) is unknown color: approx Orchid. HEX triplet: CB, 72 and B8. RGB value is (203,114,184). Sum of RGB (Red+Green+Blue) = 203+114+184=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72B8 is #348D47. Grayscale: #949494. Windows color (decimal): -3444040 or 12088011. OLE color: 12088011.

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

Color convert

RGB203114184-
CMYK00.440.090.20
HSL312.81º46.11%62.16%-
HSV(B)312.81º43.84%79.61%-
XYZ39.328.1948.72-
YUV148.59147.99166.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 184 (72.27% from 255) = 36.73%
R=40.52%
G=22.75%
B=36.73%

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
Decimal20311418400.440.090.20312.8146.1162.16
HexCB72B802C9141392e3e
Octal31316227005411244715676
Binary110010111110010101110000101100100110100100111001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB72B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB72B8; }

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

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

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

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

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

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

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

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