Shades of Heliotrope #CD8FFE
Tints of Heliotrope #CD8FFE
RGB
CMYK
RGB Variations
Color information
#CD8FFE (or 0xCD8FFE) is known color: Heliotrope. HEX triplet: CD, 8F and FE. RGB value is (205,143,254). Sum of RGB (Red+Green+Blue) = 205+143+254=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8FFE is #327001. Grayscale: #ADADAD. Windows color (decimal): -3305474 or 16682957. OLE color: 16682957.
HSL color Cylindrical-coordinate representation of color #CD8FFE: hue angle of 273.51º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD8FFE is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 143 | 254 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.00 |
| HSL | 273.51º | 0.98% | 0.78% | - |
| HSV(B) | 273.51º | 0.44% | 1% | - |
| XYZ | 52.89 | 39.78 | 98.66 | - |
| YUV | 174.19 | 173.04 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 254 | 0.19 | 0.44 | 0 | 0.00 | 273.51 | 0.98 | 0.78 |
| Hex | CD | 8F | FE | 13 | 2C | 0 | 0 | 112 | 62 | 4E |
| Octal | 315 | 217 | 376 | 23 | 54 | 0 | 0 | 422 | 142 | 116 |
| Binary | 11001101 | 10001111 | 11111110 | 10011 | 101100 | 0 | 0 | 100010010 | 1100010 | 1001110 |
Color Harmonies of #CD8FFE
Complementary color
Monochromatic Colors of #CD8FFE
Black with #CD8FFE
Text Example
Text Example
White with #CD8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FFE; }
p { color: rgb(205,143,254); }
H1.HeaderClassName
{
color: #CD8FFE;
}
.AnyTagClassName
{
color: #CD8FFE;
}
</style>
background-color css
<style>
a { background-color: #CD8FFE; }
a { background-color: rgb(205,143,254); }
div.DivClassName
{
background-color: #CD8FFE;
}
.BgClassName
{
background-color: #CD8FFE;
}
</style>
border-color css
<style>
span { border-color: #CD8FFE; }
span { border-color: rgb(205,143,254); }
td.TdClassName
{
border-color: #CD8FFE;
}
.TagClassName
{
border-color: #CD8FFE;
}
</style>