Shades of Heliotrope #CD4AFF
Tints of Heliotrope #CD4AFF
RGB
CMYK
RGB Variations
Color information
#CD4AFF (or 0xCD4AFF) is known color: Heliotrope. HEX triplet: CD, 4A and FF. RGB value is (205,74,255). Sum of RGB (Red+Green+Blue) = 205+74+255=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD4AFF is #32B500. Grayscale: #858585. Windows color (decimal): -3323137 or 16730829. OLE color: 16730829.
HSL color Cylindrical-coordinate representation of color #CD4AFF: hue angle of 283.43º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD4AFF is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 74 | 255 | - |
| CMYK | 0.20 | 0.71 | 0 | 0 |
| HSL | 283.43º | 1% | 0.65% | - |
| HSV(B) | 283.43º | 0.71% | 1% | - |
| XYZ | 45.68 | 25.1 | 97.04 | - |
| YUV | 133.8 | 196.4 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 255 | 0.20 | 0.71 | 0 | 0 | 283.43 | 1 | 0.65 |
| Hex | CD | 4A | FF | 14 | 47 | 0 | 0 | 11B | 64 | 41 |
| Octal | 315 | 112 | 377 | 24 | 107 | 0 | 0 | 433 | 144 | 101 |
| Binary | 11001101 | 1001010 | 11111111 | 10100 | 1000111 | 0 | 0 | 100011011 | 1100100 | 1000001 |
Color Harmonies of #CD4AFF
Complementary color
Monochromatic Colors of #CD4AFF
Black with #CD4AFF
Text Example
Text Example
White with #CD4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4AFF; }
p { color: rgb(205,74,255); }
H1.HeaderClassName
{
color: #CD4AFF;
}
.AnyTagClassName
{
color: #CD4AFF;
}
</style>
background-color css
<style>
a { background-color: #CD4AFF; }
a { background-color: rgb(205,74,255); }
div.DivClassName
{
background-color: #CD4AFF;
}
.BgClassName
{
background-color: #CD4AFF;
}
</style>
border-color css
<style>
span { border-color: #CD4AFF; }
span { border-color: rgb(205,74,255); }
td.TdClassName
{
border-color: #CD4AFF;
}
.TagClassName
{
border-color: #CD4AFF;
}
</style>