Shades of Heliotrope #CF6BF2
Tints of Heliotrope #CF6BF2
RGB
CMYK
RGB Variations
Color information
#CF6BF2 (or 0xCF6BF2) is known color: Heliotrope. HEX triplet: CF, 6B and F2. RGB value is (207,107,242). Sum of RGB (Red+Green+Blue) = 207+107+242=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6BF2 is #30940D. Grayscale: #979797. Windows color (decimal): -3183630 or 15887311. OLE color: 15887311.
HSL color Cylindrical-coordinate representation of color #CF6BF2: hue angle of 284.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6BF2 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 107 | 242 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.05 |
| HSL | 284.44º | 0.84% | 0.68% | - |
| HSV(B) | 284.44º | 0.56% | 0.95% | - |
| XYZ | 47.02 | 30.19 | 87.35 | - |
| YUV | 152.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 242 | 0.14 | 0.56 | 0 | 0.05 | 284.44 | 0.84 | 0.68 |
| Hex | CF | 6B | F2 | E | 38 | 0 | 5 | 11C | 54 | 44 |
| Octal | 317 | 153 | 362 | 16 | 70 | 0 | 5 | 434 | 124 | 104 |
| Binary | 11001111 | 1101011 | 11110010 | 1110 | 111000 | 0 | 101 | 100011100 | 1010100 | 1000100 |
Color Harmonies of #CF6BF2
Complementary color
Monochromatic Colors of #CF6BF2
Black with #CF6BF2
Text Example
Text Example
White with #CF6BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BF2; }
p { color: rgb(207,107,242); }
H1.HeaderClassName
{
color: #CF6BF2;
}
.AnyTagClassName
{
color: #CF6BF2;
}
</style>
background-color css
<style>
a { background-color: #CF6BF2; }
a { background-color: rgb(207,107,242); }
div.DivClassName
{
background-color: #CF6BF2;
}
.BgClassName
{
background-color: #CF6BF2;
}
</style>
border-color css
<style>
span { border-color: #CF6BF2; }
span { border-color: rgb(207,107,242); }
td.TdClassName
{
border-color: #CF6BF2;
}
.TagClassName
{
border-color: #CF6BF2;
}
</style>