Shades of Heliotrope #C566F2
Tints of Heliotrope #C566F2
RGB
CMYK
RGB Variations
Color information
#C566F2 (or 0xC566F2) is known color: Heliotrope. HEX triplet: C5, 66 and F2. RGB value is (197,102,242). Sum of RGB (Red+Green+Blue) = 197+102+242=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #C566F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C566F2 is #3A990D. Grayscale: #919191. Windows color (decimal): -3840270 or 15886021. OLE color: 15886021.
HSL color Cylindrical-coordinate representation of color #C566F2: hue angle of 280.71º 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 #C566F2 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 102 | 242 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.05 |
| HSL | 280.71º | 0.84% | 0.67% | - |
| HSV(B) | 280.71º | 0.58% | 0.95% | - |
| XYZ | 43.8 | 27.78 | 87.06 | - |
| YUV | 146.37 | 181.97 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 242 | 0.19 | 0.58 | 0 | 0.05 | 280.71 | 0.84 | 0.67 |
| Hex | C5 | 66 | F2 | 13 | 3A | 0 | 5 | 119 | 54 | 43 |
| Octal | 305 | 146 | 362 | 23 | 72 | 0 | 5 | 431 | 124 | 103 |
| Binary | 11000101 | 1100110 | 11110010 | 10011 | 111010 | 0 | 101 | 100011001 | 1010100 | 1000011 |
Color Harmonies of #C566F2
Complementary color
Monochromatic Colors of #C566F2
Black with #C566F2
Text Example
Text Example
White with #C566F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566F2; }
p { color: rgb(197,102,242); }
H1.HeaderClassName
{
color: #C566F2;
}
.AnyTagClassName
{
color: #C566F2;
}
</style>
background-color css
<style>
a { background-color: #C566F2; }
a { background-color: rgb(197,102,242); }
div.DivClassName
{
background-color: #C566F2;
}
.BgClassName
{
background-color: #C566F2;
}
</style>
border-color css
<style>
span { border-color: #C566F2; }
span { border-color: rgb(197,102,242); }
td.TdClassName
{
border-color: #C566F2;
}
.TagClassName
{
border-color: #C566F2;
}
</style>