Shades of Heliotrope #CD6FFF
Tints of Heliotrope #CD6FFF
RGB
CMYK
RGB Variations
Color information
#CD6FFF (or 0xCD6FFF) is known color: Heliotrope. HEX triplet: CD, 6F and FF. RGB value is (205,111,255). Sum of RGB (Red+Green+Blue) = 205+111+255=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6FFF is #329000. Grayscale: #9B9B9B. Windows color (decimal): -3313665 or 16740301. OLE color: 16740301.
HSL color Cylindrical-coordinate representation of color #CD6FFF: hue angle of 279.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD6FFF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 111 | 255 | - |
| CMYK | 0.20 | 0.56 | 0 | 0 |
| HSL | 279.17º | 1% | 0.72% | - |
| HSV(B) | 279.17º | 0.56% | 1% | - |
| XYZ | 48.91 | 31.57 | 98.12 | - |
| YUV | 155.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 111 | 255 | 0.20 | 0.56 | 0 | 0 | 279.17 | 1 | 0.72 |
| Hex | CD | 6F | FF | 14 | 38 | 0 | 0 | 117 | 64 | 48 |
| Octal | 315 | 157 | 377 | 24 | 70 | 0 | 0 | 427 | 144 | 110 |
| Binary | 11001101 | 1101111 | 11111111 | 10100 | 111000 | 0 | 0 | 100010111 | 1100100 | 1001000 |
Color Harmonies of #CD6FFF
Complementary color
Monochromatic Colors of #CD6FFF
Black with #CD6FFF
Text Example
Text Example
White with #CD6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6FFF; }
p { color: rgb(205,111,255); }
H1.HeaderClassName
{
color: #CD6FFF;
}
.AnyTagClassName
{
color: #CD6FFF;
}
</style>
background-color css
<style>
a { background-color: #CD6FFF; }
a { background-color: rgb(205,111,255); }
div.DivClassName
{
background-color: #CD6FFF;
}
.BgClassName
{
background-color: #CD6FFF;
}
</style>
border-color css
<style>
span { border-color: #CD6FFF; }
span { border-color: rgb(205,111,255); }
td.TdClassName
{
border-color: #CD6FFF;
}
.TagClassName
{
border-color: #CD6FFF;
}
</style>