Shades of Heliotrope #CB64F0
Tints of Heliotrope #CB64F0
RGB
CMYK
RGB Variations
Color information
#CB64F0 (or 0xCB64F0) is known color: Heliotrope. HEX triplet: CB, 64 and F0. RGB value is (203,100,240). Sum of RGB (Red+Green+Blue) = 203+100+240=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB64F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB64F0 is #349B0F. Grayscale: #929292. Windows color (decimal): -3447568 or 15754443. OLE color: 15754443.
HSL color Cylindrical-coordinate representation of color #CB64F0: hue angle of 284.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB64F0 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 100 | 240 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.06 |
| HSL | 284.14º | 0.82% | 0.67% | - |
| HSV(B) | 284.14º | 0.58% | 0.94% | - |
| XYZ | 44.91 | 28.1 | 85.5 | - |
| YUV | 146.76 | 180.62 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 240 | 0.15 | 0.58 | 0 | 0.06 | 284.14 | 0.82 | 0.67 |
| Hex | CB | 64 | F0 | F | 3A | 0 | 6 | 11C | 52 | 43 |
| Octal | 313 | 144 | 360 | 17 | 72 | 0 | 6 | 434 | 122 | 103 |
| Binary | 11001011 | 1100100 | 11110000 | 1111 | 111010 | 0 | 110 | 100011100 | 1010010 | 1000011 |
Color Harmonies of #CB64F0
Complementary color
Monochromatic Colors of #CB64F0
Black with #CB64F0
Text Example
Text Example
White with #CB64F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64F0; }
p { color: rgb(203,100,240); }
H1.HeaderClassName
{
color: #CB64F0;
}
.AnyTagClassName
{
color: #CB64F0;
}
</style>
background-color css
<style>
a { background-color: #CB64F0; }
a { background-color: rgb(203,100,240); }
div.DivClassName
{
background-color: #CB64F0;
}
.BgClassName
{
background-color: #CB64F0;
}
</style>
border-color css
<style>
span { border-color: #CB64F0; }
span { border-color: rgb(203,100,240); }
td.TdClassName
{
border-color: #CB64F0;
}
.TagClassName
{
border-color: #CB64F0;
}
</style>