Shades of Heliotrope #C265FE
Tints of Heliotrope #C265FE
RGB
CMYK
RGB Variations
Color information
#C265FE (or 0xC265FE) is known color: Heliotrope. HEX triplet: C2, 65 and FE. RGB value is (194,101,254). Sum of RGB (Red+Green+Blue) = 194+101+254=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #C265FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265FE is #3D9A01. Grayscale: #919191. Windows color (decimal): -4037122 or 16672194. OLE color: 16672194.
HSL color Cylindrical-coordinate representation of color #C265FE: hue angle of 276.47º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C265FE is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 101 | 254 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.00 |
| HSL | 276.47º | 0.99% | 0.7% | - |
| HSV(B) | 276.47º | 0.6% | 1% | - |
| XYZ | 44.79 | 27.93 | 96.8 | - |
| YUV | 146.25 | 188.81 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 254 | 0.24 | 0.60 | 0 | 0.00 | 276.47 | 0.99 | 0.7 |
| Hex | C2 | 65 | FE | 18 | 3C | 0 | 0 | 114 | 63 | 46 |
| Octal | 302 | 145 | 376 | 30 | 74 | 0 | 0 | 424 | 143 | 106 |
| Binary | 11000010 | 1100101 | 11111110 | 11000 | 111100 | 0 | 0 | 100010100 | 1100011 | 1000110 |
Color Harmonies of #C265FE
Complementary color
Monochromatic Colors of #C265FE
Black with #C265FE
Text Example
Text Example
White with #C265FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265FE; }
p { color: rgb(194,101,254); }
H1.HeaderClassName
{
color: #C265FE;
}
.AnyTagClassName
{
color: #C265FE;
}
</style>
background-color css
<style>
a { background-color: #C265FE; }
a { background-color: rgb(194,101,254); }
div.DivClassName
{
background-color: #C265FE;
}
.BgClassName
{
background-color: #C265FE;
}
</style>
border-color css
<style>
span { border-color: #C265FE; }
span { border-color: rgb(194,101,254); }
td.TdClassName
{
border-color: #C265FE;
}
.TagClassName
{
border-color: #C265FE;
}
</style>