Shades of Heliotrope #CF67FF
Tints of Heliotrope #CF67FF
RGB
CMYK
RGB Variations
Color information
#CF67FF (or 0xCF67FF) is known color: Heliotrope. HEX triplet: CF, 67 and FF. RGB value is (207,103,255). Sum of RGB (Red+Green+Blue) = 207+103+255=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 103 (40.62% from 255 or 18.23% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF67FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF67FF is #309800. Grayscale: #969696. Windows color (decimal): -3184641 or 16738255. OLE color: 16738255.
HSL color Cylindrical-coordinate representation of color #CF67FF: hue angle of 281.05º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF67FF is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 103 | 255 | - |
| CMYK | 0.19 | 0.60 | 0 | 0 |
| HSL | 281.05º | 1% | 0.7% | - |
| HSV(B) | 281.05º | 0.6% | 1% | - |
| XYZ | 48.63 | 30.19 | 97.87 | - |
| YUV | 151.42 | 186.46 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 255 | 0.19 | 0.60 | 0 | 0 | 281.05 | 1 | 0.7 |
| Hex | CF | 67 | FF | 13 | 3C | 0 | 0 | 119 | 64 | 46 |
| Octal | 317 | 147 | 377 | 23 | 74 | 0 | 0 | 431 | 144 | 106 |
| Binary | 11001111 | 1100111 | 11111111 | 10011 | 111100 | 0 | 0 | 100011001 | 1100100 | 1000110 |
Color Harmonies of #CF67FF
Complementary color
Monochromatic Colors of #CF67FF
Black with #CF67FF
Text Example
Text Example
White with #CF67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF67FF; }
p { color: rgb(207,103,255); }
H1.HeaderClassName
{
color: #CF67FF;
}
.AnyTagClassName
{
color: #CF67FF;
}
</style>
background-color css
<style>
a { background-color: #CF67FF; }
a { background-color: rgb(207,103,255); }
div.DivClassName
{
background-color: #CF67FF;
}
.BgClassName
{
background-color: #CF67FF;
}
</style>
border-color css
<style>
span { border-color: #CF67FF; }
span { border-color: rgb(207,103,255); }
td.TdClassName
{
border-color: #CF67FF;
}
.TagClassName
{
border-color: #CF67FF;
}
</style>