Shades of Heliotrope #CD5FFE
Tints of Heliotrope #CD5FFE
RGB
CMYK
RGB Variations
Color information
#CD5FFE (or 0xCD5FFE) is known color: Heliotrope. HEX triplet: CD, 5F and FE. RGB value is (205,95,254). Sum of RGB (Red+Green+Blue) = 205+95+254=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD5FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5FFE is #32A001. Grayscale: #919191. Windows color (decimal): -3317762 or 16670669. OLE color: 16670669.
HSL color Cylindrical-coordinate representation of color #CD5FFE: hue angle of 281.51º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD5FFE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 95 | 254 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.00 |
| HSL | 281.51º | 0.99% | 0.68% | - |
| HSV(B) | 281.51º | 0.63% | 1% | - |
| XYZ | 47.16 | 28.32 | 96.75 | - |
| YUV | 146.02 | 188.94 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 95 | 254 | 0.19 | 0.63 | 0 | 0.00 | 281.51 | 0.99 | 0.68 |
| Hex | CD | 5F | FE | 13 | 3F | 0 | 0 | 11A | 63 | 44 |
| Octal | 315 | 137 | 376 | 23 | 77 | 0 | 0 | 432 | 143 | 104 |
| Binary | 11001101 | 1011111 | 11111110 | 10011 | 111111 | 0 | 0 | 100011010 | 1100011 | 1000100 |
Color Harmonies of #CD5FFE
Complementary color
Monochromatic Colors of #CD5FFE
Black with #CD5FFE
Text Example
Text Example
White with #CD5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5FFE; }
p { color: rgb(205,95,254); }
H1.HeaderClassName
{
color: #CD5FFE;
}
.AnyTagClassName
{
color: #CD5FFE;
}
</style>
background-color css
<style>
a { background-color: #CD5FFE; }
a { background-color: rgb(205,95,254); }
div.DivClassName
{
background-color: #CD5FFE;
}
.BgClassName
{
background-color: #CD5FFE;
}
</style>
border-color css
<style>
span { border-color: #CD5FFE; }
span { border-color: rgb(205,95,254); }
td.TdClassName
{
border-color: #CD5FFE;
}
.TagClassName
{
border-color: #CD5FFE;
}
</style>