Shades of Heliotrope #CB64FB
Tints of Heliotrope #CB64FB
RGB
CMYK
RGB Variations
Color information
#CB64FB (or 0xCB64FB) is known color: Heliotrope. HEX triplet: CB, 64 and FB. RGB value is (203,100,251). Sum of RGB (Red+Green+Blue) = 203+100+251=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB64FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB64FB is #349B04. Grayscale: #939393. Windows color (decimal): -3447557 or 16475339. OLE color: 16475339.
HSL color Cylindrical-coordinate representation of color #CB64FB: hue angle of 280.93º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB64FB is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 100 | 251 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.02 |
| HSL | 280.93º | 0.95% | 0.69% | - |
| HSV(B) | 280.93º | 0.6% | 0.98% | - |
| XYZ | 46.6 | 28.78 | 94.37 | - |
| YUV | 148.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 251 | 0.19 | 0.60 | 0 | 0.02 | 280.93 | 0.95 | 0.69 |
| Hex | CB | 64 | FB | 13 | 3C | 0 | 2 | 119 | 5F | 45 |
| Octal | 313 | 144 | 373 | 23 | 74 | 0 | 2 | 431 | 137 | 105 |
| Binary | 11001011 | 1100100 | 11111011 | 10011 | 111100 | 0 | 10 | 100011001 | 1011111 | 1000101 |
Color Harmonies of #CB64FB
Complementary color
Monochromatic Colors of #CB64FB
Black with #CB64FB
Text Example
Text Example
White with #CB64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64FB; }
p { color: rgb(203,100,251); }
H1.HeaderClassName
{
color: #CB64FB;
}
.AnyTagClassName
{
color: #CB64FB;
}
</style>
background-color css
<style>
a { background-color: #CB64FB; }
a { background-color: rgb(203,100,251); }
div.DivClassName
{
background-color: #CB64FB;
}
.BgClassName
{
background-color: #CB64FB;
}
</style>
border-color css
<style>
span { border-color: #CB64FB; }
span { border-color: rgb(203,100,251); }
td.TdClassName
{
border-color: #CB64FB;
}
.TagClassName
{
border-color: #CB64FB;
}
</style>