Shades of Heliotrope #CF85F4
Tints of Heliotrope #CF85F4
RGB
CMYK
RGB Variations
Color information
#CF85F4 (or 0xCF85F4) is known color: Heliotrope. HEX triplet: CF, 85 and F4. RGB value is (207,133,244). Sum of RGB (Red+Green+Blue) = 207+133+244=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 244 (95.70% from 255 or 41.78% from 584); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF85F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85F4 is #307A0B. Grayscale: #A7A7A7. Windows color (decimal): -3176972 or 16025039. OLE color: 16025039.
HSL color Cylindrical-coordinate representation of color #CF85F4: hue angle of 280º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF85F4 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 133 | 244 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.04 |
| HSL | 280º | 0.83% | 0.74% | - |
| HSV(B) | 280º | 0.45% | 0.96% | - |
| XYZ | 50.45 | 36.57 | 89.99 | - |
| YUV | 167.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 244 | 0.15 | 0.45 | 0 | 0.04 | 280 | 0.83 | 0.74 |
| Hex | CF | 85 | F4 | F | 2D | 0 | 4 | 118 | 53 | 4A |
| Octal | 317 | 205 | 364 | 17 | 55 | 0 | 4 | 430 | 123 | 112 |
| Binary | 11001111 | 10000101 | 11110100 | 1111 | 101101 | 0 | 100 | 100011000 | 1010011 | 1001010 |
Color Harmonies of #CF85F4
Complementary color
Monochromatic Colors of #CF85F4
Black with #CF85F4
Text Example
Text Example
White with #CF85F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85F4; }
p { color: rgb(207,133,244); }
H1.HeaderClassName
{
color: #CF85F4;
}
.AnyTagClassName
{
color: #CF85F4;
}
</style>
background-color css
<style>
a { background-color: #CF85F4; }
a { background-color: rgb(207,133,244); }
div.DivClassName
{
background-color: #CF85F4;
}
.BgClassName
{
background-color: #CF85F4;
}
</style>
border-color css
<style>
span { border-color: #CF85F4; }
span { border-color: rgb(207,133,244); }
td.TdClassName
{
border-color: #CF85F4;
}
.TagClassName
{
border-color: #CF85F4;
}
</style>