#cb72f8

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

Shades of Heliotrope #CB72F8

Tints of Heliotrope #CB72F8

Color information

#CB72F8 (or 0xCB72F8) is unknown color: approx Heliotrope. HEX triplet: CB, 72 and F8. RGB value is (203,114,248). Sum of RGB (Red+Green+Blue) = 203+114+248=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB72F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB72F8 is #348D07. Grayscale: #9B9B9B. Windows color (decimal): -3443976 or 16282315. OLE color: 16282315.

HSL color Cylindrical-coordinate representation of color #CB72F8: hue angle of 279.85º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB72F8 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203114248-
CMYK0.180.5400.03
HSL279.85º90.54%70.98%-
HSV(B)279.85º54.03%97.25%-
XYZ47.5931.5192.38-
YUV155.89179.99161.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 114 (44.92% from 255) = 20.18%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=35.93%
G=20.18%
B=43.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031142480.180.5400.03279.8590.5470.98
HexCB72F81236031185b47
Octal313162370226603430133107
Binary110010111110010111110001001011011001110001100010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb72f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb72f8; }

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

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

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

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

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

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

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

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