Shades of Heliotrope #C265FF
Tints of Heliotrope #C265FF
RGB
CMYK
RGB Variations
Color information
#C265FF (or 0xC265FF) is known color: Heliotrope. HEX triplet: C2, 65 and FF. RGB value is (194,101,255). Sum of RGB (Red+Green+Blue) = 194+101+255=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #C265FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265FF is #3D9A00. Grayscale: #919191. Windows color (decimal): -4037121 or 16737730. OLE color: 16737730.
HSL color Cylindrical-coordinate representation of color #C265FF: hue angle of 276.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C265FF is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 101 | 255 | - |
| CMYK | 0.24 | 0.60 | 0 | 0 |
| HSL | 276.23º | 1% | 0.7% | - |
| HSV(B) | 276.23º | 0.6% | 1% | - |
| XYZ | 44.95 | 28 | 97.64 | - |
| YUV | 146.36 | 189.31 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 255 | 0.24 | 0.60 | 0 | 0 | 276.23 | 1 | 0.7 |
| Hex | C2 | 65 | FF | 18 | 3C | 0 | 0 | 114 | 64 | 46 |
| Octal | 302 | 145 | 377 | 30 | 74 | 0 | 0 | 424 | 144 | 106 |
| Binary | 11000010 | 1100101 | 11111111 | 11000 | 111100 | 0 | 0 | 100010100 | 1100100 | 1000110 |
Color Harmonies of #C265FF
Complementary color
Monochromatic Colors of #C265FF
Black with #C265FF
Text Example
Text Example
White with #C265FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265FF; }
p { color: rgb(194,101,255); }
H1.HeaderClassName
{
color: #C265FF;
}
.AnyTagClassName
{
color: #C265FF;
}
</style>
background-color css
<style>
a { background-color: #C265FF; }
a { background-color: rgb(194,101,255); }
div.DivClassName
{
background-color: #C265FF;
}
.BgClassName
{
background-color: #C265FF;
}
</style>
border-color css
<style>
span { border-color: #C265FF; }
span { border-color: rgb(194,101,255); }
td.TdClassName
{
border-color: #C265FF;
}
.TagClassName
{
border-color: #C265FF;
}
</style>