Shades of Heliotrope #CE6CFD
Tints of Heliotrope #CE6CFD
RGB
CMYK
RGB Variations
Color information
#CE6CFD (or 0xCE6CFD) is known color: Heliotrope. HEX triplet: CE, 6C and FD. RGB value is (206,108,253). Sum of RGB (Red+Green+Blue) = 206+108+253=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE6CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6CFD is #319302. Grayscale: #999999. Windows color (decimal): -3248899 or 16608462. OLE color: 16608462.
HSL color Cylindrical-coordinate representation of color #CE6CFD: hue angle of 280.55º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE6CFD is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 108 | 253 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.01 |
| HSL | 280.55º | 0.97% | 0.71% | - |
| HSV(B) | 280.55º | 0.57% | 0.99% | - |
| XYZ | 48.55 | 30.94 | 96.34 | - |
| YUV | 153.83 | 183.97 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 253 | 0.19 | 0.57 | 0 | 0.01 | 280.55 | 0.97 | 0.71 |
| Hex | CE | 6C | FD | 13 | 39 | 0 | 1 | 119 | 61 | 47 |
| Octal | 316 | 154 | 375 | 23 | 71 | 0 | 1 | 431 | 141 | 107 |
| Binary | 11001110 | 1101100 | 11111101 | 10011 | 111001 | 0 | 1 | 100011001 | 1100001 | 1000111 |
Color Harmonies of #CE6CFD
Complementary color
Monochromatic Colors of #CE6CFD
Black with #CE6CFD
Text Example
Text Example
White with #CE6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CFD; }
p { color: rgb(206,108,253); }
H1.HeaderClassName
{
color: #CE6CFD;
}
.AnyTagClassName
{
color: #CE6CFD;
}
</style>
background-color css
<style>
a { background-color: #CE6CFD; }
a { background-color: rgb(206,108,253); }
div.DivClassName
{
background-color: #CE6CFD;
}
.BgClassName
{
background-color: #CE6CFD;
}
</style>
border-color css
<style>
span { border-color: #CE6CFD; }
span { border-color: rgb(206,108,253); }
td.TdClassName
{
border-color: #CE6CFD;
}
.TagClassName
{
border-color: #CE6CFD;
}
</style>