Shades of Heliotrope #C662FD
Tints of Heliotrope #C662FD
RGB
CMYK
RGB Variations
Color information
#C662FD (or 0xC662FD) is known color: Heliotrope. HEX triplet: C6, 62 and FD. RGB value is (198,98,253). Sum of RGB (Red+Green+Blue) = 198+98+253=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #C662FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C662FD is #399D02. Grayscale: #919191. Windows color (decimal): -3775747 or 16605894. OLE color: 16605894.
HSL color Cylindrical-coordinate representation of color #C662FD: hue angle of 278.71º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C662FD is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 98 | 253 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.01 |
| HSL | 278.71º | 0.97% | 0.69% | - |
| HSV(B) | 278.71º | 0.61% | 0.99% | - |
| XYZ | 45.39 | 27.83 | 95.91 | - |
| YUV | 145.57 | 188.63 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 253 | 0.22 | 0.61 | 0 | 0.01 | 278.71 | 0.97 | 0.69 |
| Hex | C6 | 62 | FD | 16 | 3D | 0 | 1 | 117 | 61 | 45 |
| Octal | 306 | 142 | 375 | 26 | 75 | 0 | 1 | 427 | 141 | 105 |
| Binary | 11000110 | 1100010 | 11111101 | 10110 | 111101 | 0 | 1 | 100010111 | 1100001 | 1000101 |
Color Harmonies of #C662FD
Complementary color
Monochromatic Colors of #C662FD
Black with #C662FD
Text Example
Text Example
White with #C662FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662FD; }
p { color: rgb(198,98,253); }
H1.HeaderClassName
{
color: #C662FD;
}
.AnyTagClassName
{
color: #C662FD;
}
</style>
background-color css
<style>
a { background-color: #C662FD; }
a { background-color: rgb(198,98,253); }
div.DivClassName
{
background-color: #C662FD;
}
.BgClassName
{
background-color: #C662FD;
}
</style>
border-color css
<style>
span { border-color: #C662FD; }
span { border-color: rgb(198,98,253); }
td.TdClassName
{
border-color: #C662FD;
}
.TagClassName
{
border-color: #C662FD;
}
</style>