Shades of Heliotrope #CE67F2
Tints of Heliotrope #CE67F2
RGB
CMYK
RGB Variations
Color information
#CE67F2 (or 0xCE67F2) is known color: Heliotrope. HEX triplet: CE, 67 and F2. RGB value is (206,103,242). Sum of RGB (Red+Green+Blue) = 206+103+242=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 103 (40.62% from 255 or 18.69% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE67F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE67F2 is #31980D. Grayscale: #959595. Windows color (decimal): -3250190 or 15886286. OLE color: 15886286.
HSL color Cylindrical-coordinate representation of color #CE67F2: hue angle of 284.46º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE67F2 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 103 | 242 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.05 |
| HSL | 284.46º | 0.84% | 0.68% | - |
| HSV(B) | 284.46º | 0.57% | 0.95% | - |
| XYZ | 46.33 | 29.23 | 87.21 | - |
| YUV | 149.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 242 | 0.15 | 0.57 | 0 | 0.05 | 284.46 | 0.84 | 0.68 |
| Hex | CE | 67 | F2 | F | 39 | 0 | 5 | 11C | 54 | 44 |
| Octal | 316 | 147 | 362 | 17 | 71 | 0 | 5 | 434 | 124 | 104 |
| Binary | 11001110 | 1100111 | 11110010 | 1111 | 111001 | 0 | 101 | 100011100 | 1010100 | 1000100 |
Color Harmonies of #CE67F2
Complementary color
Monochromatic Colors of #CE67F2
Black with #CE67F2
Text Example
Text Example
White with #CE67F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67F2; }
p { color: rgb(206,103,242); }
H1.HeaderClassName
{
color: #CE67F2;
}
.AnyTagClassName
{
color: #CE67F2;
}
</style>
background-color css
<style>
a { background-color: #CE67F2; }
a { background-color: rgb(206,103,242); }
div.DivClassName
{
background-color: #CE67F2;
}
.BgClassName
{
background-color: #CE67F2;
}
</style>
border-color css
<style>
span { border-color: #CE67F2; }
span { border-color: rgb(206,103,242); }
td.TdClassName
{
border-color: #CE67F2;
}
.TagClassName
{
border-color: #CE67F2;
}
</style>