Shades of Heliotrope #C065FA
Tints of Heliotrope #C065FA
RGB
CMYK
RGB Variations
Color information
#C065FA (or 0xC065FA) is known color: Heliotrope. HEX triplet: C0, 65 and FA. RGB value is (192,101,250). Sum of RGB (Red+Green+Blue) = 192+101+250=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #C065FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065FA is #3F9A05. Grayscale: #909090. Windows color (decimal): -4168198 or 16410048. OLE color: 16410048.
HSL color Cylindrical-coordinate representation of color #C065FA: hue angle of 276.64º degrees, saturation: 0.94, 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 #C065FA is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 101 | 250 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.02 |
| HSL | 276.64º | 0.94% | 0.69% | - |
| HSV(B) | 276.64º | 0.6% | 0.98% | - |
| XYZ | 43.65 | 27.42 | 93.43 | - |
| YUV | 145.2 | 187.15 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 250 | 0.23 | 0.60 | 0 | 0.02 | 276.64 | 0.94 | 0.69 |
| Hex | C0 | 65 | FA | 17 | 3C | 0 | 2 | 115 | 5E | 45 |
| Octal | 300 | 145 | 372 | 27 | 74 | 0 | 2 | 425 | 136 | 105 |
| Binary | 11000000 | 1100101 | 11111010 | 10111 | 111100 | 0 | 10 | 100010101 | 1011110 | 1000101 |
Color Harmonies of #C065FA
Complementary color
Monochromatic Colors of #C065FA
Black with #C065FA
Text Example
Text Example
White with #C065FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065FA; }
p { color: rgb(192,101,250); }
H1.HeaderClassName
{
color: #C065FA;
}
.AnyTagClassName
{
color: #C065FA;
}
</style>
background-color css
<style>
a { background-color: #C065FA; }
a { background-color: rgb(192,101,250); }
div.DivClassName
{
background-color: #C065FA;
}
.BgClassName
{
background-color: #C065FA;
}
</style>
border-color css
<style>
span { border-color: #C065FA; }
span { border-color: rgb(192,101,250); }
td.TdClassName
{
border-color: #C065FA;
}
.TagClassName
{
border-color: #C065FA;
}
</style>