Shades of Heliotrope #C165FD
Tints of Heliotrope #C165FD
RGB
CMYK
RGB Variations
Color information
#C165FD (or 0xC165FD) is known color: Heliotrope. HEX triplet: C1, 65 and FD. RGB value is (193,101,253). Sum of RGB (Red+Green+Blue) = 193+101+253=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #C165FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165FD is #3E9A02. Grayscale: #919191. Windows color (decimal): -4102659 or 16606657. OLE color: 16606657.
HSL color Cylindrical-coordinate representation of color #C165FD: hue angle of 276.32º degrees, saturation: 0.97, 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 #C165FD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 101 | 253 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.01 |
| HSL | 276.32º | 0.97% | 0.69% | - |
| HSV(B) | 276.32º | 0.6% | 0.99% | - |
| XYZ | 44.38 | 27.74 | 95.94 | - |
| YUV | 145.84 | 188.48 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 253 | 0.24 | 0.60 | 0 | 0.01 | 276.32 | 0.97 | 0.69 |
| Hex | C1 | 65 | FD | 18 | 3C | 0 | 1 | 114 | 61 | 45 |
| Octal | 301 | 145 | 375 | 30 | 74 | 0 | 1 | 424 | 141 | 105 |
| Binary | 11000001 | 1100101 | 11111101 | 11000 | 111100 | 0 | 1 | 100010100 | 1100001 | 1000101 |
Color Harmonies of #C165FD
Complementary color
Monochromatic Colors of #C165FD
Black with #C165FD
Text Example
Text Example
White with #C165FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165FD; }
p { color: rgb(193,101,253); }
H1.HeaderClassName
{
color: #C165FD;
}
.AnyTagClassName
{
color: #C165FD;
}
</style>
background-color css
<style>
a { background-color: #C165FD; }
a { background-color: rgb(193,101,253); }
div.DivClassName
{
background-color: #C165FD;
}
.BgClassName
{
background-color: #C165FD;
}
</style>
border-color css
<style>
span { border-color: #C165FD; }
span { border-color: rgb(193,101,253); }
td.TdClassName
{
border-color: #C165FD;
}
.TagClassName
{
border-color: #C165FD;
}
</style>