#CB72D4

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

Shades of Orchid #CB72D4

Tints of Orchid #CB72D4

Color information

#CB72D4 (or 0xCB72D4) is unknown color: approx Orchid. HEX triplet: CB, 72 and D4. RGB value is (203,114,212). Sum of RGB (Red+Green+Blue) = 203+114+212=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB72D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72D4 is #348D2B. Grayscale: #979797. Windows color (decimal): -3444012 or 13923019. OLE color: 13923019.

HSL color Cylindrical-coordinate representation of color #CB72D4: hue angle of 294.49º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB72D4 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203114212-
CMYK0.040.4600.17
HSL294.49º53.26%63.92%-
HSV(B)294.49º46.23%83.14%-
XYZ42.5329.4865.74-
YUV151.78161.99164.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 212 (83.20% from 255) = 40.08%
R=38.37%
G=21.55%
B=40.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031142120.040.4600.17294.4953.2663.92
HexCB72D442E0111263540
Octal31316232445602144665100
Binary110010111110010110101001001011100100011001001101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB72D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB72D4; }

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

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

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

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

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

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

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

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