Shades of Heliotrope #CF6CFB
Tints of Heliotrope #CF6CFB
RGB
CMYK
RGB Variations
Color information
#CF6CFB (or 0xCF6CFB) is known color: Heliotrope. HEX triplet: CF, 6C and FB. RGB value is (207,108,251). Sum of RGB (Red+Green+Blue) = 207+108+251=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF6CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6CFB is #309304. Grayscale: #999999. Windows color (decimal): -3183365 or 16477391. OLE color: 16477391.
HSL color Cylindrical-coordinate representation of color #CF6CFB: hue angle of 281.54º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6CFB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 108 | 251 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.02 |
| HSL | 281.54º | 0.95% | 0.7% | - |
| HSV(B) | 281.54º | 0.57% | 0.98% | - |
| XYZ | 48.51 | 30.96 | 94.69 | - |
| YUV | 153.9 | 182.8 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 251 | 0.18 | 0.57 | 0 | 0.02 | 281.54 | 0.95 | 0.7 |
| Hex | CF | 6C | FB | 12 | 39 | 0 | 2 | 11A | 5F | 46 |
| Octal | 317 | 154 | 373 | 22 | 71 | 0 | 2 | 432 | 137 | 106 |
| Binary | 11001111 | 1101100 | 11111011 | 10010 | 111001 | 0 | 10 | 100011010 | 1011111 | 1000110 |
Color Harmonies of #CF6CFB
Complementary color
Monochromatic Colors of #CF6CFB
Black with #CF6CFB
Text Example
Text Example
White with #CF6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CFB; }
p { color: rgb(207,108,251); }
H1.HeaderClassName
{
color: #CF6CFB;
}
.AnyTagClassName
{
color: #CF6CFB;
}
</style>
background-color css
<style>
a { background-color: #CF6CFB; }
a { background-color: rgb(207,108,251); }
div.DivClassName
{
background-color: #CF6CFB;
}
.BgClassName
{
background-color: #CF6CFB;
}
</style>
border-color css
<style>
span { border-color: #CF6CFB; }
span { border-color: rgb(207,108,251); }
td.TdClassName
{
border-color: #CF6CFB;
}
.TagClassName
{
border-color: #CF6CFB;
}
</style>