Shades of Heliotrope #C675FA
Tints of Heliotrope #C675FA
RGB
CMYK
RGB Variations
Color information
#C675FA (or 0xC675FA) is known color: Heliotrope. HEX triplet: C6, 75 and FA. RGB value is (198,117,250). Sum of RGB (Red+Green+Blue) = 198+117+250=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #C675FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C675FA is #398A05. Grayscale: #9B9B9B. Windows color (decimal): -3770886 or 16414150. OLE color: 16414150.
HSL color Cylindrical-coordinate representation of color #C675FA: hue angle of 276.54º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C675FA is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 117 | 250 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.02 |
| HSL | 276.54º | 0.93% | 0.72% | - |
| HSV(B) | 276.54º | 0.53% | 0.98% | - |
| XYZ | 46.91 | 31.63 | 94.08 | - |
| YUV | 156.38 | 180.84 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 250 | 0.21 | 0.53 | 0 | 0.02 | 276.54 | 0.93 | 0.72 |
| Hex | C6 | 75 | FA | 15 | 35 | 0 | 2 | 115 | 5D | 48 |
| Octal | 306 | 165 | 372 | 25 | 65 | 0 | 2 | 425 | 135 | 110 |
| Binary | 11000110 | 1110101 | 11111010 | 10101 | 110101 | 0 | 10 | 100010101 | 1011101 | 1001000 |
Color Harmonies of #C675FA
Complementary color
Monochromatic Colors of #C675FA
Black with #C675FA
Text Example
Text Example
White with #C675FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675FA; }
p { color: rgb(198,117,250); }
H1.HeaderClassName
{
color: #C675FA;
}
.AnyTagClassName
{
color: #C675FA;
}
</style>
background-color css
<style>
a { background-color: #C675FA; }
a { background-color: rgb(198,117,250); }
div.DivClassName
{
background-color: #C675FA;
}
.BgClassName
{
background-color: #C675FA;
}
</style>
border-color css
<style>
span { border-color: #C675FA; }
span { border-color: rgb(198,117,250); }
td.TdClassName
{
border-color: #C675FA;
}
.TagClassName
{
border-color: #C675FA;
}
</style>