Shades of Heliotrope #C565F2
Tints of Heliotrope #C565F2
RGB
CMYK
RGB Variations
Color information
#C565F2 (or 0xC565F2) is known color: Heliotrope. HEX triplet: C5, 65 and F2. RGB value is (197,101,242). Sum of RGB (Red+Green+Blue) = 197+101+242=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #C565F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C565F2 is #3A9A0D. Grayscale: #919191. Windows color (decimal): -3840526 or 15885765. OLE color: 15885765.
HSL color Cylindrical-coordinate representation of color #C565F2: hue angle of 280.85º 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 #C565F2 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 101 | 242 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.05 |
| HSL | 280.85º | 0.84% | 0.67% | - |
| HSV(B) | 280.85º | 0.58% | 0.95% | - |
| XYZ | 43.71 | 27.59 | 87.03 | - |
| YUV | 145.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 242 | 0.19 | 0.58 | 0 | 0.05 | 280.85 | 0.84 | 0.67 |
| Hex | C5 | 65 | F2 | 13 | 3A | 0 | 5 | 119 | 54 | 43 |
| Octal | 305 | 145 | 362 | 23 | 72 | 0 | 5 | 431 | 124 | 103 |
| Binary | 11000101 | 1100101 | 11110010 | 10011 | 111010 | 0 | 101 | 100011001 | 1010100 | 1000011 |
Color Harmonies of #C565F2
Complementary color
Monochromatic Colors of #C565F2
Black with #C565F2
Text Example
Text Example
White with #C565F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565F2; }
p { color: rgb(197,101,242); }
H1.HeaderClassName
{
color: #C565F2;
}
.AnyTagClassName
{
color: #C565F2;
}
</style>
background-color css
<style>
a { background-color: #C565F2; }
a { background-color: rgb(197,101,242); }
div.DivClassName
{
background-color: #C565F2;
}
.BgClassName
{
background-color: #C565F2;
}
</style>
border-color css
<style>
span { border-color: #C565F2; }
span { border-color: rgb(197,101,242); }
td.TdClassName
{
border-color: #C565F2;
}
.TagClassName
{
border-color: #C565F2;
}
</style>