Shades of Heliotrope #C67BEA
Tints of Heliotrope #C67BEA
RGB
CMYK
RGB Variations
Color information
#C67BEA (or 0xC67BEA) is known color: Heliotrope. HEX triplet: C6, 7B and EA. RGB value is (198,123,234). Sum of RGB (Red+Green+Blue) = 198+123+234=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #C67BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67BEA is #398415. Grayscale: #9D9D9D. Windows color (decimal): -3769366 or 15367110. OLE color: 15367110.
HSL color Cylindrical-coordinate representation of color #C67BEA: hue angle of 280.54º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C67BEA is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 123 | 234 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.08 |
| HSL | 280.54º | 0.73% | 0.7% | - |
| HSV(B) | 280.54º | 0.47% | 0.92% | - |
| XYZ | 45.22 | 32.11 | 81.66 | - |
| YUV | 158.08 | 170.85 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 234 | 0.15 | 0.47 | 0 | 0.08 | 280.54 | 0.73 | 0.7 |
| Hex | C6 | 7B | EA | F | 2F | 0 | 8 | 119 | 49 | 46 |
| Octal | 306 | 173 | 352 | 17 | 57 | 0 | 10 | 431 | 111 | 106 |
| Binary | 11000110 | 1111011 | 11101010 | 1111 | 101111 | 0 | 1000 | 100011001 | 1001001 | 1000110 |
Color Harmonies of #C67BEA
Complementary color
Monochromatic Colors of #C67BEA
Black with #C67BEA
Text Example
Text Example
White with #C67BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BEA; }
p { color: rgb(198,123,234); }
H1.HeaderClassName
{
color: #C67BEA;
}
.AnyTagClassName
{
color: #C67BEA;
}
</style>
background-color css
<style>
a { background-color: #C67BEA; }
a { background-color: rgb(198,123,234); }
div.DivClassName
{
background-color: #C67BEA;
}
.BgClassName
{
background-color: #C67BEA;
}
</style>
border-color css
<style>
span { border-color: #C67BEA; }
span { border-color: rgb(198,123,234); }
td.TdClassName
{
border-color: #C67BEA;
}
.TagClassName
{
border-color: #C67BEA;
}
</style>