Shades of Heliotrope #C265F2
Tints of Heliotrope #C265F2
RGB
CMYK
RGB Variations
Color information
#C265F2 (or 0xC265F2) is known color: Heliotrope. HEX triplet: C2, 65 and F2. RGB value is (194,101,242). Sum of RGB (Red+Green+Blue) = 194+101+242=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #C265F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265F2 is #3D9A0D. Grayscale: #909090. Windows color (decimal): -4037134 or 15885762. OLE color: 15885762.
HSL color Cylindrical-coordinate representation of color #C265F2: hue angle of 279.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C265F2 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 101 | 242 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.05 |
| HSL | 279.57º | 0.84% | 0.67% | - |
| HSV(B) | 279.57º | 0.58% | 0.95% | - |
| XYZ | 42.93 | 27.19 | 86.99 | - |
| YUV | 144.88 | 182.81 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 242 | 0.20 | 0.58 | 0 | 0.05 | 279.57 | 0.84 | 0.67 |
| Hex | C2 | 65 | F2 | 14 | 3A | 0 | 5 | 118 | 54 | 43 |
| Octal | 302 | 145 | 362 | 24 | 72 | 0 | 5 | 430 | 124 | 103 |
| Binary | 11000010 | 1100101 | 11110010 | 10100 | 111010 | 0 | 101 | 100011000 | 1010100 | 1000011 |
Color Harmonies of #C265F2
Complementary color
Monochromatic Colors of #C265F2
Black with #C265F2
Text Example
Text Example
White with #C265F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265F2; }
p { color: rgb(194,101,242); }
H1.HeaderClassName
{
color: #C265F2;
}
.AnyTagClassName
{
color: #C265F2;
}
</style>
background-color css
<style>
a { background-color: #C265F2; }
a { background-color: rgb(194,101,242); }
div.DivClassName
{
background-color: #C265F2;
}
.BgClassName
{
background-color: #C265F2;
}
</style>
border-color css
<style>
span { border-color: #C265F2; }
span { border-color: rgb(194,101,242); }
td.TdClassName
{
border-color: #C265F2;
}
.TagClassName
{
border-color: #C265F2;
}
</style>