Shades of Heliotrope #CD5FFC
Tints of Heliotrope #CD5FFC
RGB
CMYK
RGB Variations
Color information
#CD5FFC (or 0xCD5FFC) is known color: Heliotrope. HEX triplet: CD, 5F and FC. RGB value is (205,95,252). Sum of RGB (Red+Green+Blue) = 205+95+252=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD5FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5FFC is #32A003. Grayscale: #919191. Windows color (decimal): -3317764 or 16539597. OLE color: 16539597.
HSL color Cylindrical-coordinate representation of color #CD5FFC: hue angle of 282.04º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD5FFC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 95 | 252 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.01 |
| HSL | 282.04º | 0.96% | 0.68% | - |
| HSV(B) | 282.04º | 0.62% | 0.99% | - |
| XYZ | 46.84 | 28.19 | 95.07 | - |
| YUV | 145.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 95 | 252 | 0.19 | 0.62 | 0 | 0.01 | 282.04 | 0.96 | 0.68 |
| Hex | CD | 5F | FC | 13 | 3E | 0 | 1 | 11A | 60 | 44 |
| Octal | 315 | 137 | 374 | 23 | 76 | 0 | 1 | 432 | 140 | 104 |
| Binary | 11001101 | 1011111 | 11111100 | 10011 | 111110 | 0 | 1 | 100011010 | 1100000 | 1000100 |
Color Harmonies of #CD5FFC
Complementary color
Monochromatic Colors of #CD5FFC
Black with #CD5FFC
Text Example
Text Example
White with #CD5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5FFC; }
p { color: rgb(205,95,252); }
H1.HeaderClassName
{
color: #CD5FFC;
}
.AnyTagClassName
{
color: #CD5FFC;
}
</style>
background-color css
<style>
a { background-color: #CD5FFC; }
a { background-color: rgb(205,95,252); }
div.DivClassName
{
background-color: #CD5FFC;
}
.BgClassName
{
background-color: #CD5FFC;
}
</style>
border-color css
<style>
span { border-color: #CD5FFC; }
span { border-color: rgb(205,95,252); }
td.TdClassName
{
border-color: #CD5FFC;
}
.TagClassName
{
border-color: #CD5FFC;
}
</style>