Shades of Heliotrope #CF81E6
Tints of Heliotrope #CF81E6
RGB
CMYK
RGB Variations
Color information
#CF81E6 (or 0xCF81E6) is known color: Heliotrope. HEX triplet: CF, 81 and E6. RGB value is (207,129,230). Sum of RGB (Red+Green+Blue) = 207+129+230=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF81E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF81E6 is #307E19. Grayscale: #A3A3A3. Windows color (decimal): -3178010 or 15106511. OLE color: 15106511.
HSL color Cylindrical-coordinate representation of color #CF81E6: hue angle of 286.34º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF81E6 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 129 | 230 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.10 |
| HSL | 286.34º | 0.67% | 0.7% | - |
| HSV(B) | 286.34º | 0.44% | 0.9% | - |
| XYZ | 47.87 | 34.68 | 79.03 | - |
| YUV | 163.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 230 | 0.10 | 0.44 | 0 | 0.10 | 286.34 | 0.67 | 0.7 |
| Hex | CF | 81 | E6 | A | 2C | 0 | A | 11E | 43 | 46 |
| Octal | 317 | 201 | 346 | 12 | 54 | 0 | 12 | 436 | 103 | 106 |
| Binary | 11001111 | 10000001 | 11100110 | 1010 | 101100 | 0 | 1010 | 100011110 | 1000011 | 1000110 |
Color Harmonies of #CF81E6
Complementary color
Monochromatic Colors of #CF81E6
Black with #CF81E6
Text Example
Text Example
White with #CF81E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81E6; }
p { color: rgb(207,129,230); }
H1.HeaderClassName
{
color: #CF81E6;
}
.AnyTagClassName
{
color: #CF81E6;
}
</style>
background-color css
<style>
a { background-color: #CF81E6; }
a { background-color: rgb(207,129,230); }
div.DivClassName
{
background-color: #CF81E6;
}
.BgClassName
{
background-color: #CF81E6;
}
</style>
border-color css
<style>
span { border-color: #CF81E6; }
span { border-color: rgb(207,129,230); }
td.TdClassName
{
border-color: #CF81E6;
}
.TagClassName
{
border-color: #CF81E6;
}
</style>