Shades of Heliotrope #CF85FF
Tints of Heliotrope #CF85FF
RGB
CMYK
RGB Variations
Color information
#CF85FF (or 0xCF85FF) is known color: Heliotrope. HEX triplet: CF, 85 and FF. RGB value is (207,133,255). Sum of RGB (Red+Green+Blue) = 207+133+255=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85FF is #307A00. Grayscale: #A8A8A8. Windows color (decimal): -3176961 or 16745935. OLE color: 16745935.
HSL color Cylindrical-coordinate representation of color #CF85FF: hue angle of 276.39º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF85FF is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 133 | 255 | - |
| CMYK | 0.19 | 0.48 | 0 | 0 |
| HSL | 276.39º | 1% | 0.76% | - |
| HSV(B) | 276.39º | 0.48% | 1% | - |
| XYZ | 52.17 | 37.26 | 99.05 | - |
| YUV | 169.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 255 | 0.19 | 0.48 | 0 | 0 | 276.39 | 1 | 0.76 |
| Hex | CF | 85 | FF | 13 | 30 | 0 | 0 | 114 | 64 | 4C |
| Octal | 317 | 205 | 377 | 23 | 60 | 0 | 0 | 424 | 144 | 114 |
| Binary | 11001111 | 10000101 | 11111111 | 10011 | 110000 | 0 | 0 | 100010100 | 1100100 | 1001100 |
Color Harmonies of #CF85FF
Complementary color
Monochromatic Colors of #CF85FF
Black with #CF85FF
Text Example
Text Example
White with #CF85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85FF; }
p { color: rgb(207,133,255); }
H1.HeaderClassName
{
color: #CF85FF;
}
.AnyTagClassName
{
color: #CF85FF;
}
</style>
background-color css
<style>
a { background-color: #CF85FF; }
a { background-color: rgb(207,133,255); }
div.DivClassName
{
background-color: #CF85FF;
}
.BgClassName
{
background-color: #CF85FF;
}
</style>
border-color css
<style>
span { border-color: #CF85FF; }
span { border-color: rgb(207,133,255); }
td.TdClassName
{
border-color: #CF85FF;
}
.TagClassName
{
border-color: #CF85FF;
}
</style>