Shades of Heliotrope #C675FE
Tints of Heliotrope #C675FE
RGB
CMYK
RGB Variations
Color information
#C675FE (or 0xC675FE) is known color: Heliotrope. HEX triplet: C6, 75 and FE. RGB value is (198,117,254). Sum of RGB (Red+Green+Blue) = 198+117+254=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #C675FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C675FE is #398A01. Grayscale: #9C9C9C. Windows color (decimal): -3770882 or 16676294. OLE color: 16676294.
HSL color Cylindrical-coordinate representation of color #C675FE: hue angle of 275.47º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C675FE is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 117 | 254 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.00 |
| HSL | 275.47º | 0.99% | 0.73% | - |
| HSV(B) | 275.47º | 0.54% | 1% | - |
| XYZ | 47.54 | 31.88 | 97.41 | - |
| YUV | 156.84 | 182.84 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 254 | 0.22 | 0.54 | 0 | 0.00 | 275.47 | 0.99 | 0.73 |
| Hex | C6 | 75 | FE | 16 | 36 | 0 | 0 | 113 | 63 | 49 |
| Octal | 306 | 165 | 376 | 26 | 66 | 0 | 0 | 423 | 143 | 111 |
| Binary | 11000110 | 1110101 | 11111110 | 10110 | 110110 | 0 | 0 | 100010011 | 1100011 | 1001001 |
Color Harmonies of #C675FE
Complementary color
Monochromatic Colors of #C675FE
Black with #C675FE
Text Example
Text Example
White with #C675FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675FE; }
p { color: rgb(198,117,254); }
H1.HeaderClassName
{
color: #C675FE;
}
.AnyTagClassName
{
color: #C675FE;
}
</style>
background-color css
<style>
a { background-color: #C675FE; }
a { background-color: rgb(198,117,254); }
div.DivClassName
{
background-color: #C675FE;
}
.BgClassName
{
background-color: #C675FE;
}
</style>
border-color css
<style>
span { border-color: #C675FE; }
span { border-color: rgb(198,117,254); }
td.TdClassName
{
border-color: #C675FE;
}
.TagClassName
{
border-color: #C675FE;
}
</style>