Shades of Heliotrope #CB64FD
Tints of Heliotrope #CB64FD
RGB
CMYK
RGB Variations
Color information
#CB64FD (or 0xCB64FD) is known color: Heliotrope. HEX triplet: CB, 64 and FD. RGB value is (203,100,253). Sum of RGB (Red+Green+Blue) = 203+100+253=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB64FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB64FD is #349B02. Grayscale: #939393. Windows color (decimal): -3447555 or 16606411. OLE color: 16606411.
HSL color Cylindrical-coordinate representation of color #CB64FD: hue angle of 280.39º degrees, saturation: 0.97, 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 #CB64FD is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 100 | 253 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.01 |
| HSL | 280.39º | 0.97% | 0.69% | - |
| HSV(B) | 280.39º | 0.6% | 0.99% | - |
| XYZ | 46.92 | 28.9 | 96.03 | - |
| YUV | 148.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 253 | 0.20 | 0.60 | 0 | 0.01 | 280.39 | 0.97 | 0.69 |
| Hex | CB | 64 | FD | 14 | 3C | 0 | 1 | 118 | 61 | 45 |
| Octal | 313 | 144 | 375 | 24 | 74 | 0 | 1 | 430 | 141 | 105 |
| Binary | 11001011 | 1100100 | 11111101 | 10100 | 111100 | 0 | 1 | 100011000 | 1100001 | 1000101 |
Color Harmonies of #CB64FD
Complementary color
Monochromatic Colors of #CB64FD
Black with #CB64FD
Text Example
Text Example
White with #CB64FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64FD; }
p { color: rgb(203,100,253); }
H1.HeaderClassName
{
color: #CB64FD;
}
.AnyTagClassName
{
color: #CB64FD;
}
</style>
background-color css
<style>
a { background-color: #CB64FD; }
a { background-color: rgb(203,100,253); }
div.DivClassName
{
background-color: #CB64FD;
}
.BgClassName
{
background-color: #CB64FD;
}
</style>
border-color css
<style>
span { border-color: #CB64FD; }
span { border-color: rgb(203,100,253); }
td.TdClassName
{
border-color: #CB64FD;
}
.TagClassName
{
border-color: #CB64FD;
}
</style>