Shades of Heliotrope #CE67EE
Tints of Heliotrope #CE67EE
RGB
CMYK
RGB Variations
Color information
#CE67EE (or 0xCE67EE) is known color: Heliotrope. HEX triplet: CE, 67 and EE. RGB value is (206,103,238). Sum of RGB (Red+Green+Blue) = 206+103+238=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE67EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE67EE is #319811. Grayscale: #949494. Windows color (decimal): -3250194 or 15624142. OLE color: 15624142.
HSL color Cylindrical-coordinate representation of color #CE67EE: hue angle of 285.78º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE67EE is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 103 | 238 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.07 |
| HSL | 285.78º | 0.8% | 0.67% | - |
| HSV(B) | 285.78º | 0.57% | 0.93% | - |
| XYZ | 45.74 | 29 | 84.08 | - |
| YUV | 149.19 | 178.12 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 238 | 0.13 | 0.57 | 0 | 0.07 | 285.78 | 0.8 | 0.67 |
| Hex | CE | 67 | EE | D | 39 | 0 | 7 | 11E | 50 | 43 |
| Octal | 316 | 147 | 356 | 15 | 71 | 0 | 7 | 436 | 120 | 103 |
| Binary | 11001110 | 1100111 | 11101110 | 1101 | 111001 | 0 | 111 | 100011110 | 1010000 | 1000011 |
Color Harmonies of #CE67EE
Complementary color
Monochromatic Colors of #CE67EE
Black with #CE67EE
Text Example
Text Example
White with #CE67EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67EE; }
p { color: rgb(206,103,238); }
H1.HeaderClassName
{
color: #CE67EE;
}
.AnyTagClassName
{
color: #CE67EE;
}
</style>
background-color css
<style>
a { background-color: #CE67EE; }
a { background-color: rgb(206,103,238); }
div.DivClassName
{
background-color: #CE67EE;
}
.BgClassName
{
background-color: #CE67EE;
}
</style>
border-color css
<style>
span { border-color: #CE67EE; }
span { border-color: rgb(206,103,238); }
td.TdClassName
{
border-color: #CE67EE;
}
.TagClassName
{
border-color: #CE67EE;
}
</style>