Shades of Heliotrope #CF6FF3
Tints of Heliotrope #CF6FF3
RGB
CMYK
RGB Variations
Color information
#CF6FF3 (or 0xCF6FF3) is known color: Heliotrope. HEX triplet: CF, 6F and F3. RGB value is (207,111,243). Sum of RGB (Red+Green+Blue) = 207+111+243=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF6FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6FF3 is #30900C. Grayscale: #9A9A9A. Windows color (decimal): -3182605 or 15953871. OLE color: 15953871.
HSL color Cylindrical-coordinate representation of color #CF6FF3: hue angle of 283.64º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6FF3 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 111 | 243 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.05 |
| HSL | 283.64º | 0.85% | 0.69% | - |
| HSV(B) | 283.64º | 0.54% | 0.95% | - |
| XYZ | 47.59 | 31.11 | 88.29 | - |
| YUV | 154.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 243 | 0.15 | 0.54 | 0 | 0.05 | 283.64 | 0.85 | 0.69 |
| Hex | CF | 6F | F3 | F | 36 | 0 | 5 | 11C | 55 | 45 |
| Octal | 317 | 157 | 363 | 17 | 66 | 0 | 5 | 434 | 125 | 105 |
| Binary | 11001111 | 1101111 | 11110011 | 1111 | 110110 | 0 | 101 | 100011100 | 1010101 | 1000101 |
Color Harmonies of #CF6FF3
Complementary color
Monochromatic Colors of #CF6FF3
Black with #CF6FF3
Text Example
Text Example
White with #CF6FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FF3; }
p { color: rgb(207,111,243); }
H1.HeaderClassName
{
color: #CF6FF3;
}
.AnyTagClassName
{
color: #CF6FF3;
}
</style>
background-color css
<style>
a { background-color: #CF6FF3; }
a { background-color: rgb(207,111,243); }
div.DivClassName
{
background-color: #CF6FF3;
}
.BgClassName
{
background-color: #CF6FF3;
}
</style>
border-color css
<style>
span { border-color: #CF6FF3; }
span { border-color: rgb(207,111,243); }
td.TdClassName
{
border-color: #CF6FF3;
}
.TagClassName
{
border-color: #CF6FF3;
}
</style>