Shades of Heliotrope #CD6CEA
Tints of Heliotrope #CD6CEA
RGB
CMYK
RGB Variations
Color information
#CD6CEA (or 0xCD6CEA) is known color: Heliotrope. HEX triplet: CD, 6C and EA. RGB value is (205,108,234). Sum of RGB (Red+Green+Blue) = 205+108+234=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD6CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6CEA is #329315. Grayscale: #969696. Windows color (decimal): -3314454 or 15363277. OLE color: 15363277.
HSL color Cylindrical-coordinate representation of color #CD6CEA: hue angle of 286.19º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD6CEA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 108 | 234 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.08 |
| HSL | 286.19º | 0.75% | 0.67% | - |
| HSV(B) | 286.19º | 0.54% | 0.92% | - |
| XYZ | 45.39 | 29.64 | 81.17 | - |
| YUV | 151.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 234 | 0.12 | 0.54 | 0 | 0.08 | 286.19 | 0.75 | 0.67 |
| Hex | CD | 6C | EA | C | 36 | 0 | 8 | 11E | 4B | 43 |
| Octal | 315 | 154 | 352 | 14 | 66 | 0 | 10 | 436 | 113 | 103 |
| Binary | 11001101 | 1101100 | 11101010 | 1100 | 110110 | 0 | 1000 | 100011110 | 1001011 | 1000011 |
Color Harmonies of #CD6CEA
Complementary color
Monochromatic Colors of #CD6CEA
Black with #CD6CEA
Text Example
Text Example
White with #CD6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6CEA; }
p { color: rgb(205,108,234); }
H1.HeaderClassName
{
color: #CD6CEA;
}
.AnyTagClassName
{
color: #CD6CEA;
}
</style>
background-color css
<style>
a { background-color: #CD6CEA; }
a { background-color: rgb(205,108,234); }
div.DivClassName
{
background-color: #CD6CEA;
}
.BgClassName
{
background-color: #CD6CEA;
}
</style>
border-color css
<style>
span { border-color: #CD6CEA; }
span { border-color: rgb(205,108,234); }
td.TdClassName
{
border-color: #CD6CEA;
}
.TagClassName
{
border-color: #CD6CEA;
}
</style>