Shades of Heliotrope #CF85F3
Tints of Heliotrope #CF85F3
RGB
CMYK
RGB Variations
Color information
#CF85F3 (or 0xCF85F3) is known color: Heliotrope. HEX triplet: CF, 85 and F3. RGB value is (207,133,243). Sum of RGB (Red+Green+Blue) = 207+133+243=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF85F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85F3 is #307A0C. Grayscale: #A7A7A7. Windows color (decimal): -3176973 or 15959503. OLE color: 15959503.
HSL color Cylindrical-coordinate representation of color #CF85F3: hue angle of 280.36º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF85F3 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 133 | 243 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.05 |
| HSL | 280.36º | 0.82% | 0.74% | - |
| HSV(B) | 280.36º | 0.45% | 0.95% | - |
| XYZ | 50.3 | 36.51 | 89.19 | - |
| YUV | 167.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 243 | 0.15 | 0.45 | 0 | 0.05 | 280.36 | 0.82 | 0.74 |
| Hex | CF | 85 | F3 | F | 2D | 0 | 5 | 118 | 52 | 4A |
| Octal | 317 | 205 | 363 | 17 | 55 | 0 | 5 | 430 | 122 | 112 |
| Binary | 11001111 | 10000101 | 11110011 | 1111 | 101101 | 0 | 101 | 100011000 | 1010010 | 1001010 |
Color Harmonies of #CF85F3
Complementary color
Monochromatic Colors of #CF85F3
Black with #CF85F3
Text Example
Text Example
White with #CF85F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85F3; }
p { color: rgb(207,133,243); }
H1.HeaderClassName
{
color: #CF85F3;
}
.AnyTagClassName
{
color: #CF85F3;
}
</style>
background-color css
<style>
a { background-color: #CF85F3; }
a { background-color: rgb(207,133,243); }
div.DivClassName
{
background-color: #CF85F3;
}
.BgClassName
{
background-color: #CF85F3;
}
</style>
border-color css
<style>
span { border-color: #CF85F3; }
span { border-color: rgb(207,133,243); }
td.TdClassName
{
border-color: #CF85F3;
}
.TagClassName
{
border-color: #CF85F3;
}
</style>