Shades of Heliotrope #C67BED
Tints of Heliotrope #C67BED
RGB
CMYK
RGB Variations
Color information
#C67BED (or 0xC67BED) is known color: Heliotrope. HEX triplet: C6, 7B and ED. RGB value is (198,123,237). Sum of RGB (Red+Green+Blue) = 198+123+237=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #C67BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67BED is #398412. Grayscale: #9E9E9E. Windows color (decimal): -3769363 or 15563718. OLE color: 15563718.
HSL color Cylindrical-coordinate representation of color #C67BED: hue angle of 279.47º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67BED is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 123 | 237 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.07 |
| HSL | 279.47º | 0.76% | 0.71% | - |
| HSV(B) | 279.47º | 0.48% | 0.93% | - |
| XYZ | 45.66 | 32.29 | 83.95 | - |
| YUV | 158.42 | 172.35 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 237 | 0.16 | 0.48 | 0 | 0.07 | 279.47 | 0.76 | 0.71 |
| Hex | C6 | 7B | ED | 10 | 30 | 0 | 7 | 117 | 4C | 47 |
| Octal | 306 | 173 | 355 | 20 | 60 | 0 | 7 | 427 | 114 | 107 |
| Binary | 11000110 | 1111011 | 11101101 | 10000 | 110000 | 0 | 111 | 100010111 | 1001100 | 1000111 |
Color Harmonies of #C67BED
Complementary color
Monochromatic Colors of #C67BED
Black with #C67BED
Text Example
Text Example
White with #C67BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BED; }
p { color: rgb(198,123,237); }
H1.HeaderClassName
{
color: #C67BED;
}
.AnyTagClassName
{
color: #C67BED;
}
</style>
background-color css
<style>
a { background-color: #C67BED; }
a { background-color: rgb(198,123,237); }
div.DivClassName
{
background-color: #C67BED;
}
.BgClassName
{
background-color: #C67BED;
}
</style>
border-color css
<style>
span { border-color: #C67BED; }
span { border-color: rgb(198,123,237); }
td.TdClassName
{
border-color: #C67BED;
}
.TagClassName
{
border-color: #C67BED;
}
</style>