Shades of Heliotrope #C865FB
Tints of Heliotrope #C865FB
RGB
CMYK
RGB Variations
Color information
#C865FB (or 0xC865FB) is known color: Heliotrope. HEX triplet: C8, 65 and FB. RGB value is (200,101,251). Sum of RGB (Red+Green+Blue) = 200+101+251=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #C865FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865FB is #379A04. Grayscale: #939393. Windows color (decimal): -3643909 or 16475592. OLE color: 16475592.
HSL color Cylindrical-coordinate representation of color #C865FB: hue angle of 279.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C865FB is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 101 | 251 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.02 |
| HSL | 279.6º | 0.95% | 0.69% | - |
| HSV(B) | 279.6º | 0.6% | 0.98% | - |
| XYZ | 45.89 | 28.55 | 94.36 | - |
| YUV | 147.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 251 | 0.20 | 0.60 | 0 | 0.02 | 279.6 | 0.95 | 0.69 |
| Hex | C8 | 65 | FB | 14 | 3C | 0 | 2 | 118 | 5F | 45 |
| Octal | 310 | 145 | 373 | 24 | 74 | 0 | 2 | 430 | 137 | 105 |
| Binary | 11001000 | 1100101 | 11111011 | 10100 | 111100 | 0 | 10 | 100011000 | 1011111 | 1000101 |
Color Harmonies of #C865FB
Complementary color
Monochromatic Colors of #C865FB
Black with #C865FB
Text Example
Text Example
White with #C865FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865FB; }
p { color: rgb(200,101,251); }
H1.HeaderClassName
{
color: #C865FB;
}
.AnyTagClassName
{
color: #C865FB;
}
</style>
background-color css
<style>
a { background-color: #C865FB; }
a { background-color: rgb(200,101,251); }
div.DivClassName
{
background-color: #C865FB;
}
.BgClassName
{
background-color: #C865FB;
}
</style>
border-color css
<style>
span { border-color: #C865FB; }
span { border-color: rgb(200,101,251); }
td.TdClassName
{
border-color: #C865FB;
}
.TagClassName
{
border-color: #C865FB;
}
</style>