Shades of Heliotrope #CD8CFF
Tints of Heliotrope #CD8CFF
RGB
CMYK
RGB Variations
Color information
#CD8CFF (or 0xCD8CFF) is known color: Heliotrope. HEX triplet: CD, 8C and FF. RGB value is (205,140,255). Sum of RGB (Red+Green+Blue) = 205+140+255=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8CFF is #327300. Grayscale: #ACACAC. Windows color (decimal): -3306241 or 16747725. OLE color: 16747725.
HSL color Cylindrical-coordinate representation of color #CD8CFF: hue angle of 273.91º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD8CFF is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 140 | 255 | - |
| CMYK | 0.20 | 0.45 | 0 | 0 |
| HSL | 273.91º | 1% | 0.77% | - |
| HSV(B) | 273.91º | 0.45% | 1% | - |
| XYZ | 52.6 | 38.96 | 99.35 | - |
| YUV | 172.55 | 174.53 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 255 | 0.20 | 0.45 | 0 | 0 | 273.91 | 1 | 0.77 |
| Hex | CD | 8C | FF | 14 | 2D | 0 | 0 | 112 | 64 | 4D |
| Octal | 315 | 214 | 377 | 24 | 55 | 0 | 0 | 422 | 144 | 115 |
| Binary | 11001101 | 10001100 | 11111111 | 10100 | 101101 | 0 | 0 | 100010010 | 1100100 | 1001101 |
Color Harmonies of #CD8CFF
Complementary color
Monochromatic Colors of #CD8CFF
Black with #CD8CFF
Text Example
Text Example
White with #CD8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8CFF; }
p { color: rgb(205,140,255); }
H1.HeaderClassName
{
color: #CD8CFF;
}
.AnyTagClassName
{
color: #CD8CFF;
}
</style>
background-color css
<style>
a { background-color: #CD8CFF; }
a { background-color: rgb(205,140,255); }
div.DivClassName
{
background-color: #CD8CFF;
}
.BgClassName
{
background-color: #CD8CFF;
}
</style>
border-color css
<style>
span { border-color: #CD8CFF; }
span { border-color: rgb(205,140,255); }
td.TdClassName
{
border-color: #CD8CFF;
}
.TagClassName
{
border-color: #CD8CFF;
}
</style>