Shades of Heliotrope #CF81F8
Tints of Heliotrope #CF81F8
RGB
CMYK
RGB Variations
Color information
#CF81F8 (or 0xCF81F8) is known color: Heliotrope. HEX triplet: CF, 81 and F8. RGB value is (207,129,248). Sum of RGB (Red+Green+Blue) = 207+129+248=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF81F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF81F8 is #307E07. Grayscale: #A5A5A5. Windows color (decimal): -3177992 or 16286159. OLE color: 16286159.
HSL color Cylindrical-coordinate representation of color #CF81F8: hue angle of 279.33º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF81F8 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 129 | 248 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.03 |
| HSL | 279.33º | 0.89% | 0.74% | - |
| HSV(B) | 279.33º | 0.48% | 0.97% | - |
| XYZ | 50.53 | 35.74 | 93.04 | - |
| YUV | 165.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 248 | 0.17 | 0.48 | 0 | 0.03 | 279.33 | 0.89 | 0.74 |
| Hex | CF | 81 | F8 | 11 | 30 | 0 | 3 | 117 | 59 | 4A |
| Octal | 317 | 201 | 370 | 21 | 60 | 0 | 3 | 427 | 131 | 112 |
| Binary | 11001111 | 10000001 | 11111000 | 10001 | 110000 | 0 | 11 | 100010111 | 1011001 | 1001010 |
Color Harmonies of #CF81F8
Complementary color
Monochromatic Colors of #CF81F8
Black with #CF81F8
Text Example
Text Example
White with #CF81F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81F8; }
p { color: rgb(207,129,248); }
H1.HeaderClassName
{
color: #CF81F8;
}
.AnyTagClassName
{
color: #CF81F8;
}
</style>
background-color css
<style>
a { background-color: #CF81F8; }
a { background-color: rgb(207,129,248); }
div.DivClassName
{
background-color: #CF81F8;
}
.BgClassName
{
background-color: #CF81F8;
}
</style>
border-color css
<style>
span { border-color: #CF81F8; }
span { border-color: rgb(207,129,248); }
td.TdClassName
{
border-color: #CF81F8;
}
.TagClassName
{
border-color: #CF81F8;
}
</style>