#CB72F2

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

Shades of Heliotrope #CB72F2

Tints of Heliotrope #CB72F2

Color information

#CB72F2 (or 0xCB72F2) is unknown color: approx Heliotrope. HEX triplet: CB, 72 and F2. RGB value is (203,114,242). Sum of RGB (Red+Green+Blue) = 203+114+242=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB72F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB72F2 is #348D0D. Grayscale: #9A9A9A. Windows color (decimal): -3443982 or 15889099. OLE color: 15889099.

HSL color Cylindrical-coordinate representation of color #CB72F2: hue angle of 281.72º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB72F2 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203114242-
CMYK0.160.5300.05
HSL281.72º83.12%69.8%-
HSV(B)281.72º52.89%94.9%-
XYZ46.6731.1487.56-
YUV155.2176.99162.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 114 (44.92% from 255) = 20.39%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=36.31%
G=20.39%
B=43.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031142420.160.5300.05281.7283.1269.8
HexCB72F210350511a5346
Octal313162362206505432123106
Binary1100101111100101111001010000110101010110001101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB72F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB72F2; }

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

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

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

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

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

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

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

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