Shades of Heliotrope #CB64FC
Tints of Heliotrope #CB64FC
RGB
CMYK
RGB Variations
Color information
#CB64FC (or 0xCB64FC) is known color: Heliotrope. HEX triplet: CB, 64 and FC. RGB value is (203,100,252). Sum of RGB (Red+Green+Blue) = 203+100+252=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB64FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB64FC is #349B03. Grayscale: #939393. Windows color (decimal): -3447556 or 16540875. OLE color: 16540875.
HSL color Cylindrical-coordinate representation of color #CB64FC: hue angle of 280.66º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB64FC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 100 | 252 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.01 |
| HSL | 280.66º | 0.96% | 0.69% | - |
| HSV(B) | 280.66º | 0.6% | 0.99% | - |
| XYZ | 46.76 | 28.84 | 95.2 | - |
| YUV | 148.13 | 186.62 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 252 | 0.19 | 0.60 | 0 | 0.01 | 280.66 | 0.96 | 0.69 |
| Hex | CB | 64 | FC | 13 | 3C | 0 | 1 | 119 | 60 | 45 |
| Octal | 313 | 144 | 374 | 23 | 74 | 0 | 1 | 431 | 140 | 105 |
| Binary | 11001011 | 1100100 | 11111100 | 10011 | 111100 | 0 | 1 | 100011001 | 1100000 | 1000101 |
Color Harmonies of #CB64FC
Complementary color
Monochromatic Colors of #CB64FC
Black with #CB64FC
Text Example
Text Example
White with #CB64FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64FC; }
p { color: rgb(203,100,252); }
H1.HeaderClassName
{
color: #CB64FC;
}
.AnyTagClassName
{
color: #CB64FC;
}
</style>
background-color css
<style>
a { background-color: #CB64FC; }
a { background-color: rgb(203,100,252); }
div.DivClassName
{
background-color: #CB64FC;
}
.BgClassName
{
background-color: #CB64FC;
}
</style>
border-color css
<style>
span { border-color: #CB64FC; }
span { border-color: rgb(203,100,252); }
td.TdClassName
{
border-color: #CB64FC;
}
.TagClassName
{
border-color: #CB64FC;
}
</style>