Shades of Heliotrope #CB64F9
Tints of Heliotrope #CB64F9
RGB
CMYK
RGB Variations
Color information
#CB64F9 (or 0xCB64F9) is known color: Heliotrope. HEX triplet: CB, 64 and F9. RGB value is (203,100,249). Sum of RGB (Red+Green+Blue) = 203+100+249=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB64F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB64F9 is #349B06. Grayscale: #939393. Windows color (decimal): -3447559 or 16344267. OLE color: 16344267.
HSL color Cylindrical-coordinate representation of color #CB64F9: hue angle of 281.48º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB64F9 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 100 | 249 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.02 |
| HSL | 281.48º | 0.93% | 0.68% | - |
| HSV(B) | 281.48º | 0.6% | 0.98% | - |
| XYZ | 46.28 | 28.65 | 92.71 | - |
| YUV | 147.78 | 185.12 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 249 | 0.18 | 0.60 | 0 | 0.02 | 281.48 | 0.93 | 0.68 |
| Hex | CB | 64 | F9 | 12 | 3C | 0 | 2 | 119 | 5D | 44 |
| Octal | 313 | 144 | 371 | 22 | 74 | 0 | 2 | 431 | 135 | 104 |
| Binary | 11001011 | 1100100 | 11111001 | 10010 | 111100 | 0 | 10 | 100011001 | 1011101 | 1000100 |
Color Harmonies of #CB64F9
Complementary color
Monochromatic Colors of #CB64F9
Black with #CB64F9
Text Example
Text Example
White with #CB64F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64F9; }
p { color: rgb(203,100,249); }
H1.HeaderClassName
{
color: #CB64F9;
}
.AnyTagClassName
{
color: #CB64F9;
}
</style>
background-color css
<style>
a { background-color: #CB64F9; }
a { background-color: rgb(203,100,249); }
div.DivClassName
{
background-color: #CB64F9;
}
.BgClassName
{
background-color: #CB64F9;
}
</style>
border-color css
<style>
span { border-color: #CB64F9; }
span { border-color: rgb(203,100,249); }
td.TdClassName
{
border-color: #CB64F9;
}
.TagClassName
{
border-color: #CB64F9;
}
</style>