Shades of Heliotrope #C165F6
Tints of Heliotrope #C165F6
RGB
CMYK
RGB Variations
Color information
#C165F6 (or 0xC165F6) is known color: Heliotrope. HEX triplet: C1, 65 and F6. RGB value is (193,101,246). Sum of RGB (Red+Green+Blue) = 193+101+246=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #C165F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165F6 is #3E9A09. Grayscale: #909090. Windows color (decimal): -4102666 or 16147905. OLE color: 16147905.
HSL color Cylindrical-coordinate representation of color #C165F6: hue angle of 278.07º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C165F6 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 101 | 246 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.04 |
| HSL | 278.07º | 0.89% | 0.68% | - |
| HSV(B) | 278.07º | 0.59% | 0.96% | - |
| XYZ | 43.28 | 27.3 | 90.18 | - |
| YUV | 145.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 246 | 0.22 | 0.59 | 0 | 0.04 | 278.07 | 0.89 | 0.68 |
| Hex | C1 | 65 | F6 | 16 | 3B | 0 | 4 | 116 | 59 | 44 |
| Octal | 301 | 145 | 366 | 26 | 73 | 0 | 4 | 426 | 131 | 104 |
| Binary | 11000001 | 1100101 | 11110110 | 10110 | 111011 | 0 | 100 | 100010110 | 1011001 | 1000100 |
Color Harmonies of #C165F6
Complementary color
Monochromatic Colors of #C165F6
Black with #C165F6
Text Example
Text Example
White with #C165F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165F6; }
p { color: rgb(193,101,246); }
H1.HeaderClassName
{
color: #C165F6;
}
.AnyTagClassName
{
color: #C165F6;
}
</style>
background-color css
<style>
a { background-color: #C165F6; }
a { background-color: rgb(193,101,246); }
div.DivClassName
{
background-color: #C165F6;
}
.BgClassName
{
background-color: #C165F6;
}
</style>
border-color css
<style>
span { border-color: #C165F6; }
span { border-color: rgb(193,101,246); }
td.TdClassName
{
border-color: #C165F6;
}
.TagClassName
{
border-color: #C165F6;
}
</style>