Shades of Heliotrope #C065FE
Tints of Heliotrope #C065FE
RGB
CMYK
RGB Variations
Color information
#C065FE (or 0xC065FE) is known color: Heliotrope. HEX triplet: C0, 65 and FE. RGB value is (192,101,254). Sum of RGB (Red+Green+Blue) = 192+101+254=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #C065FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065FE is #3F9A01. Grayscale: #919191. Windows color (decimal): -4168194 or 16672192. OLE color: 16672192.
HSL color Cylindrical-coordinate representation of color #C065FE: hue angle of 275.69º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C065FE is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 101 | 254 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.00 |
| HSL | 275.69º | 0.99% | 0.7% | - |
| HSV(B) | 275.69º | 0.6% | 1% | - |
| XYZ | 44.28 | 27.67 | 96.77 | - |
| YUV | 145.65 | 189.15 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 254 | 0.24 | 0.60 | 0 | 0.00 | 275.69 | 0.99 | 0.7 |
| Hex | C0 | 65 | FE | 18 | 3C | 0 | 0 | 114 | 63 | 46 |
| Octal | 300 | 145 | 376 | 30 | 74 | 0 | 0 | 424 | 143 | 106 |
| Binary | 11000000 | 1100101 | 11111110 | 11000 | 111100 | 0 | 0 | 100010100 | 1100011 | 1000110 |
Color Harmonies of #C065FE
Complementary color
Monochromatic Colors of #C065FE
Black with #C065FE
Text Example
Text Example
White with #C065FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065FE; }
p { color: rgb(192,101,254); }
H1.HeaderClassName
{
color: #C065FE;
}
.AnyTagClassName
{
color: #C065FE;
}
</style>
background-color css
<style>
a { background-color: #C065FE; }
a { background-color: rgb(192,101,254); }
div.DivClassName
{
background-color: #C065FE;
}
.BgClassName
{
background-color: #C065FE;
}
</style>
border-color css
<style>
span { border-color: #C065FE; }
span { border-color: rgb(192,101,254); }
td.TdClassName
{
border-color: #C065FE;
}
.TagClassName
{
border-color: #C065FE;
}
</style>