Shades of Heliotrope #CD5FFF
Tints of Heliotrope #CD5FFF
RGB
CMYK
RGB Variations
Color information
#CD5FFF (or 0xCD5FFF) is known color: Heliotrope. HEX triplet: CD, 5F and FF. RGB value is (205,95,255). Sum of RGB (Red+Green+Blue) = 205+95+255=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 95 (37.5% from 255 or 17.12% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5FFF is #32A000. Grayscale: #919191. Windows color (decimal): -3317761 or 16736205. OLE color: 16736205.
HSL color Cylindrical-coordinate representation of color #CD5FFF: hue angle of 281.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD5FFF is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 95 | 255 | - |
| CMYK | 0.20 | 0.63 | 0 | 0 |
| HSL | 281.25º | 1% | 0.69% | - |
| HSV(B) | 281.25º | 0.63% | 1% | - |
| XYZ | 47.32 | 28.38 | 97.59 | - |
| YUV | 146.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 95 | 255 | 0.20 | 0.63 | 0 | 0 | 281.25 | 1 | 0.69 |
| Hex | CD | 5F | FF | 14 | 3F | 0 | 0 | 119 | 64 | 45 |
| Octal | 315 | 137 | 377 | 24 | 77 | 0 | 0 | 431 | 144 | 105 |
| Binary | 11001101 | 1011111 | 11111111 | 10100 | 111111 | 0 | 0 | 100011001 | 1100100 | 1000101 |
Color Harmonies of #CD5FFF
Complementary color
Monochromatic Colors of #CD5FFF
Black with #CD5FFF
Text Example
Text Example
White with #CD5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5FFF; }
p { color: rgb(205,95,255); }
H1.HeaderClassName
{
color: #CD5FFF;
}
.AnyTagClassName
{
color: #CD5FFF;
}
</style>
background-color css
<style>
a { background-color: #CD5FFF; }
a { background-color: rgb(205,95,255); }
div.DivClassName
{
background-color: #CD5FFF;
}
.BgClassName
{
background-color: #CD5FFF;
}
</style>
border-color css
<style>
span { border-color: #CD5FFF; }
span { border-color: rgb(205,95,255); }
td.TdClassName
{
border-color: #CD5FFF;
}
.TagClassName
{
border-color: #CD5FFF;
}
</style>