Shades of Heliotrope #C85AFB
Tints of Heliotrope #C85AFB
RGB
CMYK
RGB Variations
Color information
#C85AFB (or 0xC85AFB) is known color: Heliotrope. HEX triplet: C8, 5A and FB. RGB value is (200,90,251). Sum of RGB (Red+Green+Blue) = 200+90+251=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #C85AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85AFB is #37A504. Grayscale: #8C8C8C. Windows color (decimal): -3646725 or 16472776. OLE color: 16472776.
HSL color Cylindrical-coordinate representation of color #C85AFB: hue angle of 280.99º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C85AFB is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 90 | 251 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.02 |
| HSL | 280.99º | 0.95% | 0.67% | - |
| HSV(B) | 280.99º | 0.64% | 0.98% | - |
| XYZ | 44.89 | 26.56 | 94.03 | - |
| YUV | 141.24 | 189.94 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 251 | 0.20 | 0.64 | 0 | 0.02 | 280.99 | 0.95 | 0.67 |
| Hex | C8 | 5A | FB | 14 | 40 | 0 | 2 | 119 | 5F | 43 |
| Octal | 310 | 132 | 373 | 24 | 100 | 0 | 2 | 431 | 137 | 103 |
| Binary | 11001000 | 1011010 | 11111011 | 10100 | 1000000 | 0 | 10 | 100011001 | 1011111 | 1000011 |
Color Harmonies of #C85AFB
Complementary color
Monochromatic Colors of #C85AFB
Black with #C85AFB
Text Example
Text Example
White with #C85AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85AFB; }
p { color: rgb(200,90,251); }
H1.HeaderClassName
{
color: #C85AFB;
}
.AnyTagClassName
{
color: #C85AFB;
}
</style>
background-color css
<style>
a { background-color: #C85AFB; }
a { background-color: rgb(200,90,251); }
div.DivClassName
{
background-color: #C85AFB;
}
.BgClassName
{
background-color: #C85AFB;
}
</style>
border-color css
<style>
span { border-color: #C85AFB; }
span { border-color: rgb(200,90,251); }
td.TdClassName
{
border-color: #C85AFB;
}
.TagClassName
{
border-color: #C85AFB;
}
</style>