Shades of Heliotrope #C565F0
Tints of Heliotrope #C565F0
RGB
CMYK
RGB Variations
Color information
#C565F0 (or 0xC565F0) is known color: Heliotrope. HEX triplet: C5, 65 and F0. RGB value is (197,101,240). Sum of RGB (Red+Green+Blue) = 197+101+240=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #C565F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C565F0 is #3A9A0F. Grayscale: #919191. Windows color (decimal): -3840528 or 15754693. OLE color: 15754693.
HSL color Cylindrical-coordinate representation of color #C565F0: hue angle of 281.44º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C565F0 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 101 | 240 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.06 |
| HSL | 281.44º | 0.82% | 0.67% | - |
| HSV(B) | 281.44º | 0.58% | 0.94% | - |
| XYZ | 43.41 | 27.47 | 85.45 | - |
| YUV | 145.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 240 | 0.18 | 0.58 | 0 | 0.06 | 281.44 | 0.82 | 0.67 |
| Hex | C5 | 65 | F0 | 12 | 3A | 0 | 6 | 119 | 52 | 43 |
| Octal | 305 | 145 | 360 | 22 | 72 | 0 | 6 | 431 | 122 | 103 |
| Binary | 11000101 | 1100101 | 11110000 | 10010 | 111010 | 0 | 110 | 100011001 | 1010010 | 1000011 |
Color Harmonies of #C565F0
Complementary color
Monochromatic Colors of #C565F0
Black with #C565F0
Text Example
Text Example
White with #C565F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565F0; }
p { color: rgb(197,101,240); }
H1.HeaderClassName
{
color: #C565F0;
}
.AnyTagClassName
{
color: #C565F0;
}
</style>
background-color css
<style>
a { background-color: #C565F0; }
a { background-color: rgb(197,101,240); }
div.DivClassName
{
background-color: #C565F0;
}
.BgClassName
{
background-color: #C565F0;
}
</style>
border-color css
<style>
span { border-color: #C565F0; }
span { border-color: rgb(197,101,240); }
td.TdClassName
{
border-color: #C565F0;
}
.TagClassName
{
border-color: #C565F0;
}
</style>