Shades of Heliotrope #C165FC
Tints of Heliotrope #C165FC
RGB
CMYK
RGB Variations
Color information
#C165FC (or 0xC165FC) is known color: Heliotrope. HEX triplet: C1, 65 and FC. RGB value is (193,101,252). Sum of RGB (Red+Green+Blue) = 193+101+252=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #C165FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165FC is #3E9A03. Grayscale: #919191. Windows color (decimal): -4102660 or 16541121. OLE color: 16541121.
HSL color Cylindrical-coordinate representation of color #C165FC: hue angle of 276.56º degrees, saturation: 0.96, 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 #C165FC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 101 | 252 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.01 |
| HSL | 276.56º | 0.96% | 0.69% | - |
| HSV(B) | 276.56º | 0.6% | 0.99% | - |
| XYZ | 44.22 | 27.67 | 95.11 | - |
| YUV | 145.72 | 187.98 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 252 | 0.23 | 0.60 | 0 | 0.01 | 276.56 | 0.96 | 0.69 |
| Hex | C1 | 65 | FC | 17 | 3C | 0 | 1 | 115 | 60 | 45 |
| Octal | 301 | 145 | 374 | 27 | 74 | 0 | 1 | 425 | 140 | 105 |
| Binary | 11000001 | 1100101 | 11111100 | 10111 | 111100 | 0 | 1 | 100010101 | 1100000 | 1000101 |
Color Harmonies of #C165FC
Complementary color
Monochromatic Colors of #C165FC
Black with #C165FC
Text Example
Text Example
White with #C165FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165FC; }
p { color: rgb(193,101,252); }
H1.HeaderClassName
{
color: #C165FC;
}
.AnyTagClassName
{
color: #C165FC;
}
</style>
background-color css
<style>
a { background-color: #C165FC; }
a { background-color: rgb(193,101,252); }
div.DivClassName
{
background-color: #C165FC;
}
.BgClassName
{
background-color: #C165FC;
}
</style>
border-color css
<style>
span { border-color: #C165FC; }
span { border-color: rgb(193,101,252); }
td.TdClassName
{
border-color: #C165FC;
}
.TagClassName
{
border-color: #C165FC;
}
</style>