Shades of Heliotrope #C67DFF
Tints of Heliotrope #C67DFF
RGB
CMYK
RGB Variations
Color information
#C67DFF (or 0xC67DFF) is known color: Heliotrope. HEX triplet: C6, 7D and FF. RGB value is (198,125,255). Sum of RGB (Red+Green+Blue) = 198+125+255=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #C67DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67DFF is #398200. Grayscale: #A1A1A1. Windows color (decimal): -3768833 or 16743878. OLE color: 16743878.
HSL color Cylindrical-coordinate representation of color #C67DFF: hue angle of 273.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C67DFF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 125 | 255 | - |
| CMYK | 0.22 | 0.51 | 0 | 0 |
| HSL | 273.69º | 1% | 0.75% | - |
| HSV(B) | 273.69º | 0.51% | 1% | - |
| XYZ | 48.67 | 33.89 | 98.58 | - |
| YUV | 161.65 | 180.68 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 255 | 0.22 | 0.51 | 0 | 0 | 273.69 | 1 | 0.75 |
| Hex | C6 | 7D | FF | 16 | 33 | 0 | 0 | 112 | 64 | 4B |
| Octal | 306 | 175 | 377 | 26 | 63 | 0 | 0 | 422 | 144 | 113 |
| Binary | 11000110 | 1111101 | 11111111 | 10110 | 110011 | 0 | 0 | 100010010 | 1100100 | 1001011 |
Color Harmonies of #C67DFF
Complementary color
Monochromatic Colors of #C67DFF
Black with #C67DFF
Text Example
Text Example
White with #C67DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DFF; }
p { color: rgb(198,125,255); }
H1.HeaderClassName
{
color: #C67DFF;
}
.AnyTagClassName
{
color: #C67DFF;
}
</style>
background-color css
<style>
a { background-color: #C67DFF; }
a { background-color: rgb(198,125,255); }
div.DivClassName
{
background-color: #C67DFF;
}
.BgClassName
{
background-color: #C67DFF;
}
</style>
border-color css
<style>
span { border-color: #C67DFF; }
span { border-color: rgb(198,125,255); }
td.TdClassName
{
border-color: #C67DFF;
}
.TagClassName
{
border-color: #C67DFF;
}
</style>