Shades of Heliotrope #C265F7
Tints of Heliotrope #C265F7
RGB
CMYK
RGB Variations
Color information
#C265F7 (or 0xC265F7) is known color: Heliotrope. HEX triplet: C2, 65 and F7. RGB value is (194,101,247). Sum of RGB (Red+Green+Blue) = 194+101+247=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #C265F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265F7 is #3D9A08. Grayscale: #909090. Windows color (decimal): -4037129 or 16213442. OLE color: 16213442.
HSL color Cylindrical-coordinate representation of color #C265F7: hue angle of 278.22º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C265F7 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 101 | 247 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.03 |
| HSL | 278.22º | 0.9% | 0.68% | - |
| HSV(B) | 278.22º | 0.59% | 0.97% | - |
| XYZ | 43.69 | 27.49 | 91 | - |
| YUV | 145.45 | 185.31 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 247 | 0.21 | 0.59 | 0 | 0.03 | 278.22 | 0.9 | 0.68 |
| Hex | C2 | 65 | F7 | 15 | 3B | 0 | 3 | 116 | 5A | 44 |
| Octal | 302 | 145 | 367 | 25 | 73 | 0 | 3 | 426 | 132 | 104 |
| Binary | 11000010 | 1100101 | 11110111 | 10101 | 111011 | 0 | 11 | 100010110 | 1011010 | 1000100 |
Color Harmonies of #C265F7
Complementary color
Monochromatic Colors of #C265F7
Black with #C265F7
Text Example
Text Example
White with #C265F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265F7; }
p { color: rgb(194,101,247); }
H1.HeaderClassName
{
color: #C265F7;
}
.AnyTagClassName
{
color: #C265F7;
}
</style>
background-color css
<style>
a { background-color: #C265F7; }
a { background-color: rgb(194,101,247); }
div.DivClassName
{
background-color: #C265F7;
}
.BgClassName
{
background-color: #C265F7;
}
</style>
border-color css
<style>
span { border-color: #C265F7; }
span { border-color: rgb(194,101,247); }
td.TdClassName
{
border-color: #C265F7;
}
.TagClassName
{
border-color: #C265F7;
}
</style>