#CB72BA

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

Shades of Orchid #CB72BA

Tints of Orchid #CB72BA

Color information

#CB72BA (or 0xCB72BA) is unknown color: approx Orchid. HEX triplet: CB, 72 and BA. RGB value is (203,114,186). Sum of RGB (Red+Green+Blue) = 203+114+186=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72BA is #348D45. Grayscale: #949494. Windows color (decimal): -3444038 or 12219083. OLE color: 12219083.

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

Color convert

RGB203114186-
CMYK00.440.080.20
HSL311.46º46.11%62.16%-
HSV(B)311.46º43.84%79.61%-
XYZ39.5128.2849.83-
YUV148.82148.99166.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=40.36%
G=22.66%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311418600.440.080.20311.4646.1162.16
HexCB72BA02C8141372e3e
Octal31316227205410244675676
Binary110010111110010101110100101100100010100100110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB72BA; }

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

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

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

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

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

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

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

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