#CB62F9

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

Shades of Heliotrope #CB62F9

Tints of Heliotrope #CB62F9

Color information

#CB62F9 (or 0xCB62F9) is unknown color: approx Heliotrope. HEX triplet: CB, 62 and F9. RGB value is (203,98,249). Sum of RGB (Red+Green+Blue) = 203+98+249=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 98 (38.67% from 255 or 17.82% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB62F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB62F9 is #349D06. Grayscale: #929292. Windows color (decimal): -3448071 or 16343755. OLE color: 16343755.

HSL color Cylindrical-coordinate representation of color #CB62F9: hue angle of 281.72º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB62F9 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20398249-
CMYK0.180.6100.02
HSL281.72º92.64%68.04%-
HSV(B)281.72º60.64%97.65%-
XYZ46.128.2792.65-
YUV146.61185.79168.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 98 (38.67% from 255) = 17.82%
BLUE value IS 249 (97.66% from 255) = 45.27%
R=36.91%
G=17.82%
B=45.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal203982490.180.6100.02281.7292.6468.04
HexCB62F9123D0211a5d44
Octal313142371227502432135104
Binary110010111100010111110011001011110101010001101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB62F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB62F9; }

 p { color: rgb(203,98,249); }

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

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

 a { background-color: rgb(203,98,249); }

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

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

 span { border-color: rgb(203,98,249); }

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