Shades of Heliotrope #CD64FF
Tints of Heliotrope #CD64FF
RGB
CMYK
RGB Variations
Color information
#CD64FF (or 0xCD64FF) is known color: Heliotrope. HEX triplet: CD, 64 and FF. RGB value is (205,100,255). Sum of RGB (Red+Green+Blue) = 205+100+255=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD64FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD64FF is #329B00. Grayscale: #949494. Windows color (decimal): -3316481 or 16737485. OLE color: 16737485.
HSL color Cylindrical-coordinate representation of color #CD64FF: hue angle of 280.65º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD64FF is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 100 | 255 | - |
| CMYK | 0.20 | 0.61 | 0 | 0 |
| HSL | 280.65º | 1% | 0.7% | - |
| HSV(B) | 280.65º | 0.61% | 1% | - |
| XYZ | 47.78 | 29.31 | 97.75 | - |
| YUV | 149.07 | 187.79 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 255 | 0.20 | 0.61 | 0 | 0 | 280.65 | 1 | 0.7 |
| Hex | CD | 64 | FF | 14 | 3D | 0 | 0 | 119 | 64 | 46 |
| Octal | 315 | 144 | 377 | 24 | 75 | 0 | 0 | 431 | 144 | 106 |
| Binary | 11001101 | 1100100 | 11111111 | 10100 | 111101 | 0 | 0 | 100011001 | 1100100 | 1000110 |
Color Harmonies of #CD64FF
Complementary color
Monochromatic Colors of #CD64FF
Black with #CD64FF
Text Example
Text Example
White with #CD64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD64FF; }
p { color: rgb(205,100,255); }
H1.HeaderClassName
{
color: #CD64FF;
}
.AnyTagClassName
{
color: #CD64FF;
}
</style>
background-color css
<style>
a { background-color: #CD64FF; }
a { background-color: rgb(205,100,255); }
div.DivClassName
{
background-color: #CD64FF;
}
.BgClassName
{
background-color: #CD64FF;
}
</style>
border-color css
<style>
span { border-color: #CD64FF; }
span { border-color: rgb(205,100,255); }
td.TdClassName
{
border-color: #CD64FF;
}
.TagClassName
{
border-color: #CD64FF;
}
</style>