Shades of Heliotrope #CB59FD
Tints of Heliotrope #CB59FD
RGB
CMYK
RGB Variations
Color information
#CB59FD (or 0xCB59FD) is known color: Heliotrope. HEX triplet: CB, 59 and FD. RGB value is (203,89,253). Sum of RGB (Red+Green+Blue) = 203+89+253=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB59FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB59FD is #34A602. Grayscale: #8D8D8D. Windows color (decimal): -3450371 or 16603595. OLE color: 16603595.
HSL color Cylindrical-coordinate representation of color #CB59FD: hue angle of 281.71º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB59FD is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 89 | 253 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.01 |
| HSL | 281.71º | 0.98% | 0.67% | - |
| HSV(B) | 281.71º | 0.65% | 0.99% | - |
| XYZ | 45.93 | 26.93 | 95.71 | - |
| YUV | 141.78 | 190.77 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 253 | 0.20 | 0.65 | 0 | 0.01 | 281.71 | 0.98 | 0.67 |
| Hex | CB | 59 | FD | 14 | 41 | 0 | 1 | 11A | 62 | 43 |
| Octal | 313 | 131 | 375 | 24 | 101 | 0 | 1 | 432 | 142 | 103 |
| Binary | 11001011 | 1011001 | 11111101 | 10100 | 1000001 | 0 | 1 | 100011010 | 1100010 | 1000011 |
Color Harmonies of #CB59FD
Complementary color
Monochromatic Colors of #CB59FD
Black with #CB59FD
Text Example
Text Example
White with #CB59FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB59FD; }
p { color: rgb(203,89,253); }
H1.HeaderClassName
{
color: #CB59FD;
}
.AnyTagClassName
{
color: #CB59FD;
}
</style>
background-color css
<style>
a { background-color: #CB59FD; }
a { background-color: rgb(203,89,253); }
div.DivClassName
{
background-color: #CB59FD;
}
.BgClassName
{
background-color: #CB59FD;
}
</style>
border-color css
<style>
span { border-color: #CB59FD; }
span { border-color: rgb(203,89,253); }
td.TdClassName
{
border-color: #CB59FD;
}
.TagClassName
{
border-color: #CB59FD;
}
</style>