Shades of Heliotrope #CF67F8
Tints of Heliotrope #CF67F8
RGB
CMYK
RGB Variations
Color information
#CF67F8 (or 0xCF67F8) is known color: Heliotrope. HEX triplet: CF, 67 and F8. RGB value is (207,103,248). Sum of RGB (Red+Green+Blue) = 207+103+248=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 103 (40.62% from 255 or 18.46% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF67F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF67F8 is #309807. Grayscale: #969696. Windows color (decimal): -3184648 or 16279503. OLE color: 16279503.
HSL color Cylindrical-coordinate representation of color #CF67F8: hue angle of 283.03º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF67F8 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 103 | 248 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.03 |
| HSL | 283.03º | 0.91% | 0.69% | - |
| HSV(B) | 283.03º | 0.58% | 0.97% | - |
| XYZ | 47.53 | 29.74 | 92.04 | - |
| YUV | 150.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 248 | 0.17 | 0.58 | 0 | 0.03 | 283.03 | 0.91 | 0.69 |
| Hex | CF | 67 | F8 | 11 | 3A | 0 | 3 | 11B | 5B | 45 |
| Octal | 317 | 147 | 370 | 21 | 72 | 0 | 3 | 433 | 133 | 105 |
| Binary | 11001111 | 1100111 | 11111000 | 10001 | 111010 | 0 | 11 | 100011011 | 1011011 | 1000101 |
Color Harmonies of #CF67F8
Complementary color
Monochromatic Colors of #CF67F8
Black with #CF67F8
Text Example
Text Example
White with #CF67F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF67F8; }
p { color: rgb(207,103,248); }
H1.HeaderClassName
{
color: #CF67F8;
}
.AnyTagClassName
{
color: #CF67F8;
}
</style>
background-color css
<style>
a { background-color: #CF67F8; }
a { background-color: rgb(207,103,248); }
div.DivClassName
{
background-color: #CF67F8;
}
.BgClassName
{
background-color: #CF67F8;
}
</style>
border-color css
<style>
span { border-color: #CF67F8; }
span { border-color: rgb(207,103,248); }
td.TdClassName
{
border-color: #CF67F8;
}
.TagClassName
{
border-color: #CF67F8;
}
</style>