Shades of Heliotrope #C165FA
Tints of Heliotrope #C165FA
RGB
CMYK
RGB Variations
Color information
#C165FA (or 0xC165FA) is known color: Heliotrope. HEX triplet: C1, 65 and FA. RGB value is (193,101,250). Sum of RGB (Red+Green+Blue) = 193+101+250=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #C165FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165FA is #3E9A05. Grayscale: #909090. Windows color (decimal): -4102662 or 16410049. OLE color: 16410049.
HSL color Cylindrical-coordinate representation of color #C165FA: hue angle of 277.05º 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 #C165FA is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 101 | 250 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.02 |
| HSL | 277.05º | 0.94% | 0.69% | - |
| HSV(B) | 277.05º | 0.6% | 0.98% | - |
| XYZ | 43.9 | 27.55 | 93.45 | - |
| YUV | 145.49 | 186.98 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 250 | 0.23 | 0.60 | 0 | 0.02 | 277.05 | 0.94 | 0.69 |
| Hex | C1 | 65 | FA | 17 | 3C | 0 | 2 | 115 | 5E | 45 |
| Octal | 301 | 145 | 372 | 27 | 74 | 0 | 2 | 425 | 136 | 105 |
| Binary | 11000001 | 1100101 | 11111010 | 10111 | 111100 | 0 | 10 | 100010101 | 1011110 | 1000101 |
Color Harmonies of #C165FA
Complementary color
Monochromatic Colors of #C165FA
Black with #C165FA
Text Example
Text Example
White with #C165FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165FA; }
p { color: rgb(193,101,250); }
H1.HeaderClassName
{
color: #C165FA;
}
.AnyTagClassName
{
color: #C165FA;
}
</style>
background-color css
<style>
a { background-color: #C165FA; }
a { background-color: rgb(193,101,250); }
div.DivClassName
{
background-color: #C165FA;
}
.BgClassName
{
background-color: #C165FA;
}
</style>
border-color css
<style>
span { border-color: #C165FA; }
span { border-color: rgb(193,101,250); }
td.TdClassName
{
border-color: #C165FA;
}
.TagClassName
{
border-color: #C165FA;
}
</style>