Shades of Heliotrope #C567F2
Tints of Heliotrope #C567F2
RGB
CMYK
RGB Variations
Color information
#C567F2 (or 0xC567F2) is known color: Heliotrope. HEX triplet: C5, 67 and F2. RGB value is (197,103,242). Sum of RGB (Red+Green+Blue) = 197+103+242=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #C567F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C567F2 is #3A980D. Grayscale: #929292. Windows color (decimal): -3840014 or 15886277. OLE color: 15886277.
HSL color Cylindrical-coordinate representation of color #C567F2: hue angle of 280.58º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C567F2 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 103 | 242 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.05 |
| HSL | 280.58º | 0.84% | 0.68% | - |
| HSV(B) | 280.58º | 0.57% | 0.95% | - |
| XYZ | 43.9 | 27.98 | 87.09 | - |
| YUV | 146.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 242 | 0.19 | 0.57 | 0 | 0.05 | 280.58 | 0.84 | 0.68 |
| Hex | C5 | 67 | F2 | 13 | 39 | 0 | 5 | 119 | 54 | 44 |
| Octal | 305 | 147 | 362 | 23 | 71 | 0 | 5 | 431 | 124 | 104 |
| Binary | 11000101 | 1100111 | 11110010 | 10011 | 111001 | 0 | 101 | 100011001 | 1010100 | 1000100 |
Color Harmonies of #C567F2
Complementary color
Monochromatic Colors of #C567F2
Black with #C567F2
Text Example
Text Example
White with #C567F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567F2; }
p { color: rgb(197,103,242); }
H1.HeaderClassName
{
color: #C567F2;
}
.AnyTagClassName
{
color: #C567F2;
}
</style>
background-color css
<style>
a { background-color: #C567F2; }
a { background-color: rgb(197,103,242); }
div.DivClassName
{
background-color: #C567F2;
}
.BgClassName
{
background-color: #C567F2;
}
</style>
border-color css
<style>
span { border-color: #C567F2; }
span { border-color: rgb(197,103,242); }
td.TdClassName
{
border-color: #C567F2;
}
.TagClassName
{
border-color: #C567F2;
}
</style>