Shades of Heliotrope #C665F3
Tints of Heliotrope #C665F3
RGB
CMYK
RGB Variations
Color information
#C665F3 (or 0xC665F3) is known color: Heliotrope. HEX triplet: C6, 65 and F3. RGB value is (198,101,243). Sum of RGB (Red+Green+Blue) = 198+101+243=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #C665F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C665F3 is #399A0C. Grayscale: #919191. Windows color (decimal): -3774989 or 15951302. OLE color: 15951302.
HSL color Cylindrical-coordinate representation of color #C665F3: hue angle of 280.99º degrees, saturation: 0.86, 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 #C665F3 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 101 | 243 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.05 |
| HSL | 280.99º | 0.86% | 0.67% | - |
| HSV(B) | 280.99º | 0.58% | 0.95% | - |
| XYZ | 44.12 | 27.78 | 87.83 | - |
| YUV | 146.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 243 | 0.19 | 0.58 | 0 | 0.05 | 280.99 | 0.86 | 0.67 |
| Hex | C6 | 65 | F3 | 13 | 3A | 0 | 5 | 119 | 56 | 43 |
| Octal | 306 | 145 | 363 | 23 | 72 | 0 | 5 | 431 | 126 | 103 |
| Binary | 11000110 | 1100101 | 11110011 | 10011 | 111010 | 0 | 101 | 100011001 | 1010110 | 1000011 |
Color Harmonies of #C665F3
Complementary color
Monochromatic Colors of #C665F3
Black with #C665F3
Text Example
Text Example
White with #C665F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665F3; }
p { color: rgb(198,101,243); }
H1.HeaderClassName
{
color: #C665F3;
}
.AnyTagClassName
{
color: #C665F3;
}
</style>
background-color css
<style>
a { background-color: #C665F3; }
a { background-color: rgb(198,101,243); }
div.DivClassName
{
background-color: #C665F3;
}
.BgClassName
{
background-color: #C665F3;
}
</style>
border-color css
<style>
span { border-color: #C665F3; }
span { border-color: rgb(198,101,243); }
td.TdClassName
{
border-color: #C665F3;
}
.TagClassName
{
border-color: #C665F3;
}
</style>