Shades of Heliotrope #CE67FD
Tints of Heliotrope #CE67FD
RGB
CMYK
RGB Variations
Color information
#CE67FD (or 0xCE67FD) is known color: Heliotrope. HEX triplet: CE, 67 and FD. RGB value is (206,103,253). Sum of RGB (Red+Green+Blue) = 206+103+253=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 103 (40.62% from 255 or 18.33% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE67FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE67FD is #319802. Grayscale: #969696. Windows color (decimal): -3250179 or 16607182. OLE color: 16607182.
HSL color Cylindrical-coordinate representation of color #CE67FD: hue angle of 281.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE67FD is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 103 | 253 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.01 |
| HSL | 281.2º | 0.97% | 0.7% | - |
| HSV(B) | 281.2º | 0.59% | 0.99% | - |
| XYZ | 48.03 | 29.91 | 96.17 | - |
| YUV | 150.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 253 | 0.19 | 0.59 | 0 | 0.01 | 281.2 | 0.97 | 0.7 |
| Hex | CE | 67 | FD | 13 | 3B | 0 | 1 | 119 | 61 | 46 |
| Octal | 316 | 147 | 375 | 23 | 73 | 0 | 1 | 431 | 141 | 106 |
| Binary | 11001110 | 1100111 | 11111101 | 10011 | 111011 | 0 | 1 | 100011001 | 1100001 | 1000110 |
Color Harmonies of #CE67FD
Complementary color
Monochromatic Colors of #CE67FD
Black with #CE67FD
Text Example
Text Example
White with #CE67FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67FD; }
p { color: rgb(206,103,253); }
H1.HeaderClassName
{
color: #CE67FD;
}
.AnyTagClassName
{
color: #CE67FD;
}
</style>
background-color css
<style>
a { background-color: #CE67FD; }
a { background-color: rgb(206,103,253); }
div.DivClassName
{
background-color: #CE67FD;
}
.BgClassName
{
background-color: #CE67FD;
}
</style>
border-color css
<style>
span { border-color: #CE67FD; }
span { border-color: rgb(206,103,253); }
td.TdClassName
{
border-color: #CE67FD;
}
.TagClassName
{
border-color: #CE67FD;
}
</style>