Shades of Heliotrope #C286FF
Tints of Heliotrope #C286FF
RGB
CMYK
RGB Variations
Color information
#C286FF (or 0xC286FF) is known color: Heliotrope. HEX triplet: C2, 86 and FF. RGB value is (194,134,255). Sum of RGB (Red+Green+Blue) = 194+134+255=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #C286FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C286FF is #3D7900. Grayscale: #A5A5A5. Windows color (decimal): -4028673 or 16746178. OLE color: 16746178.
HSL color Cylindrical-coordinate representation of color #C286FF: hue angle of 269.75º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C286FF is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 134 | 255 | - |
| CMYK | 0.24 | 0.47 | 0 | 0 |
| HSL | 269.75º | 1% | 0.76% | - |
| HSV(B) | 269.75º | 0.47% | 1% | - |
| XYZ | 48.82 | 35.74 | 98.93 | - |
| YUV | 165.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 255 | 0.24 | 0.47 | 0 | 0 | 269.75 | 1 | 0.76 |
| Hex | C2 | 86 | FF | 18 | 2F | 0 | 0 | 10E | 64 | 4C |
| Octal | 302 | 206 | 377 | 30 | 57 | 0 | 0 | 416 | 144 | 114 |
| Binary | 11000010 | 10000110 | 11111111 | 11000 | 101111 | 0 | 0 | 100001110 | 1100100 | 1001100 |
Color Harmonies of #C286FF
Complementary color
Monochromatic Colors of #C286FF
Black with #C286FF
Text Example
Text Example
White with #C286FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C286FF; }
p { color: rgb(194,134,255); }
H1.HeaderClassName
{
color: #C286FF;
}
.AnyTagClassName
{
color: #C286FF;
}
</style>
background-color css
<style>
a { background-color: #C286FF; }
a { background-color: rgb(194,134,255); }
div.DivClassName
{
background-color: #C286FF;
}
.BgClassName
{
background-color: #C286FF;
}
</style>
border-color css
<style>
span { border-color: #C286FF; }
span { border-color: rgb(194,134,255); }
td.TdClassName
{
border-color: #C286FF;
}
.TagClassName
{
border-color: #C286FF;
}
</style>