Shades of Heliotrope #C85CFB
Tints of Heliotrope #C85CFB
RGB
CMYK
RGB Variations
Color information
#C85CFB (or 0xC85CFB) is known color: Heliotrope. HEX triplet: C8, 5C and FB. RGB value is (200,92,251). Sum of RGB (Red+Green+Blue) = 200+92+251=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #C85CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CFB is #37A304. Grayscale: #8D8D8D. Windows color (decimal): -3646213 or 16473288. OLE color: 16473288.
HSL color Cylindrical-coordinate representation of color #C85CFB: hue angle of 280.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85CFB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 92 | 251 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.02 |
| HSL | 280.75º | 0.95% | 0.67% | - |
| HSV(B) | 280.75º | 0.63% | 0.98% | - |
| XYZ | 45.06 | 26.9 | 94.08 | - |
| YUV | 142.42 | 189.28 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 251 | 0.20 | 0.63 | 0 | 0.02 | 280.75 | 0.95 | 0.67 |
| Hex | C8 | 5C | FB | 14 | 3F | 0 | 2 | 119 | 5F | 43 |
| Octal | 310 | 134 | 373 | 24 | 77 | 0 | 2 | 431 | 137 | 103 |
| Binary | 11001000 | 1011100 | 11111011 | 10100 | 111111 | 0 | 10 | 100011001 | 1011111 | 1000011 |
Color Harmonies of #C85CFB
Complementary color
Monochromatic Colors of #C85CFB
Black with #C85CFB
Text Example
Text Example
White with #C85CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CFB; }
p { color: rgb(200,92,251); }
H1.HeaderClassName
{
color: #C85CFB;
}
.AnyTagClassName
{
color: #C85CFB;
}
</style>
background-color css
<style>
a { background-color: #C85CFB; }
a { background-color: rgb(200,92,251); }
div.DivClassName
{
background-color: #C85CFB;
}
.BgClassName
{
background-color: #C85CFB;
}
</style>
border-color css
<style>
span { border-color: #C85CFB; }
span { border-color: rgb(200,92,251); }
td.TdClassName
{
border-color: #C85CFB;
}
.TagClassName
{
border-color: #C85CFB;
}
</style>