Shades of Heliotrope #C065FD
Tints of Heliotrope #C065FD
RGB
CMYK
RGB Variations
Color information
#C065FD (or 0xC065FD) is known color: Heliotrope. HEX triplet: C0, 65 and FD. RGB value is (192,101,253). Sum of RGB (Red+Green+Blue) = 192+101+253=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #C065FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065FD is #3F9A02. Grayscale: #919191. Windows color (decimal): -4168195 or 16606656. OLE color: 16606656.
HSL color Cylindrical-coordinate representation of color #C065FD: hue angle of 275.92º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C065FD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 101 | 253 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.01 |
| HSL | 275.92º | 0.97% | 0.69% | - |
| HSV(B) | 275.92º | 0.6% | 0.99% | - |
| XYZ | 44.12 | 27.61 | 95.93 | - |
| YUV | 145.54 | 188.65 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 253 | 0.24 | 0.60 | 0 | 0.01 | 275.92 | 0.97 | 0.69 |
| Hex | C0 | 65 | FD | 18 | 3C | 0 | 1 | 114 | 61 | 45 |
| Octal | 300 | 145 | 375 | 30 | 74 | 0 | 1 | 424 | 141 | 105 |
| Binary | 11000000 | 1100101 | 11111101 | 11000 | 111100 | 0 | 1 | 100010100 | 1100001 | 1000101 |
Color Harmonies of #C065FD
Complementary color
Monochromatic Colors of #C065FD
Black with #C065FD
Text Example
Text Example
White with #C065FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065FD; }
p { color: rgb(192,101,253); }
H1.HeaderClassName
{
color: #C065FD;
}
.AnyTagClassName
{
color: #C065FD;
}
</style>
background-color css
<style>
a { background-color: #C065FD; }
a { background-color: rgb(192,101,253); }
div.DivClassName
{
background-color: #C065FD;
}
.BgClassName
{
background-color: #C065FD;
}
</style>
border-color css
<style>
span { border-color: #C065FD; }
span { border-color: rgb(192,101,253); }
td.TdClassName
{
border-color: #C065FD;
}
.TagClassName
{
border-color: #C065FD;
}
</style>