Shades of Heliotrope #C165FB
Tints of Heliotrope #C165FB
RGB
CMYK
RGB Variations
Color information
#C165FB (or 0xC165FB) is known color: Heliotrope. HEX triplet: C1, 65 and FB. RGB value is (193,101,251). Sum of RGB (Red+Green+Blue) = 193+101+251=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #C165FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165FB is #3E9A04. Grayscale: #919191. Windows color (decimal): -4102661 or 16475585. OLE color: 16475585.
HSL color Cylindrical-coordinate representation of color #C165FB: hue angle of 276.8º degrees, saturation: 0.95, 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 #C165FB is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 101 | 251 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.02 |
| HSL | 276.8º | 0.95% | 0.69% | - |
| HSV(B) | 276.8º | 0.6% | 0.98% | - |
| XYZ | 44.06 | 27.61 | 94.27 | - |
| YUV | 145.61 | 187.48 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 251 | 0.23 | 0.60 | 0 | 0.02 | 276.8 | 0.95 | 0.69 |
| Hex | C1 | 65 | FB | 17 | 3C | 0 | 2 | 115 | 5F | 45 |
| Octal | 301 | 145 | 373 | 27 | 74 | 0 | 2 | 425 | 137 | 105 |
| Binary | 11000001 | 1100101 | 11111011 | 10111 | 111100 | 0 | 10 | 100010101 | 1011111 | 1000101 |
Color Harmonies of #C165FB
Complementary color
Monochromatic Colors of #C165FB
Black with #C165FB
Text Example
Text Example
White with #C165FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165FB; }
p { color: rgb(193,101,251); }
H1.HeaderClassName
{
color: #C165FB;
}
.AnyTagClassName
{
color: #C165FB;
}
</style>
background-color css
<style>
a { background-color: #C165FB; }
a { background-color: rgb(193,101,251); }
div.DivClassName
{
background-color: #C165FB;
}
.BgClassName
{
background-color: #C165FB;
}
</style>
border-color css
<style>
span { border-color: #C165FB; }
span { border-color: rgb(193,101,251); }
td.TdClassName
{
border-color: #C165FB;
}
.TagClassName
{
border-color: #C165FB;
}
</style>