Shades of Heliotrope #C366F2
Tints of Heliotrope #C366F2
RGB
CMYK
RGB Variations
Color information
#C366F2 (or 0xC366F2) is known color: Heliotrope. HEX triplet: C3, 66 and F2. RGB value is (195,102,242). Sum of RGB (Red+Green+Blue) = 195+102+242=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #C366F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366F2 is #3C990D. Grayscale: #919191. Windows color (decimal): -3971342 or 15886019. OLE color: 15886019.
HSL color Cylindrical-coordinate representation of color #C366F2: hue angle of 279.86º 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 #C366F2 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 102 | 242 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.05 |
| HSL | 279.86º | 0.84% | 0.67% | - |
| HSV(B) | 279.86º | 0.58% | 0.95% | - |
| XYZ | 43.28 | 27.52 | 87.03 | - |
| YUV | 145.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 242 | 0.19 | 0.58 | 0 | 0.05 | 279.86 | 0.84 | 0.67 |
| Hex | C3 | 66 | F2 | 13 | 3A | 0 | 5 | 118 | 54 | 43 |
| Octal | 303 | 146 | 362 | 23 | 72 | 0 | 5 | 430 | 124 | 103 |
| Binary | 11000011 | 1100110 | 11110010 | 10011 | 111010 | 0 | 101 | 100011000 | 1010100 | 1000011 |
Color Harmonies of #C366F2
Complementary color
Monochromatic Colors of #C366F2
Black with #C366F2
Text Example
Text Example
White with #C366F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366F2; }
p { color: rgb(195,102,242); }
H1.HeaderClassName
{
color: #C366F2;
}
.AnyTagClassName
{
color: #C366F2;
}
</style>
background-color css
<style>
a { background-color: #C366F2; }
a { background-color: rgb(195,102,242); }
div.DivClassName
{
background-color: #C366F2;
}
.BgClassName
{
background-color: #C366F2;
}
</style>
border-color css
<style>
span { border-color: #C366F2; }
span { border-color: rgb(195,102,242); }
td.TdClassName
{
border-color: #C366F2;
}
.TagClassName
{
border-color: #C366F2;
}
</style>