Shades of Heliotrope #C67BFC
Tints of Heliotrope #C67BFC
RGB
CMYK
RGB Variations
Color information
#C67BFC (or 0xC67BFC) is known color: Heliotrope. HEX triplet: C6, 7B and FC. RGB value is (198,123,252). Sum of RGB (Red+Green+Blue) = 198+123+252=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #C67BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67BFC is #398403. Grayscale: #9F9F9F. Windows color (decimal): -3769348 or 16546758. OLE color: 16546758.
HSL color Cylindrical-coordinate representation of color #C67BFC: hue angle of 274.88º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C67BFC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 123 | 252 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.01 |
| HSL | 274.88º | 0.96% | 0.74% | - |
| HSV(B) | 274.88º | 0.51% | 0.99% | - |
| XYZ | 47.94 | 33.2 | 95.98 | - |
| YUV | 160.13 | 179.85 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 252 | 0.21 | 0.51 | 0 | 0.01 | 274.88 | 0.96 | 0.74 |
| Hex | C6 | 7B | FC | 15 | 33 | 0 | 1 | 113 | 60 | 4A |
| Octal | 306 | 173 | 374 | 25 | 63 | 0 | 1 | 423 | 140 | 112 |
| Binary | 11000110 | 1111011 | 11111100 | 10101 | 110011 | 0 | 1 | 100010011 | 1100000 | 1001010 |
Color Harmonies of #C67BFC
Complementary color
Monochromatic Colors of #C67BFC
Black with #C67BFC
Text Example
Text Example
White with #C67BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BFC; }
p { color: rgb(198,123,252); }
H1.HeaderClassName
{
color: #C67BFC;
}
.AnyTagClassName
{
color: #C67BFC;
}
</style>
background-color css
<style>
a { background-color: #C67BFC; }
a { background-color: rgb(198,123,252); }
div.DivClassName
{
background-color: #C67BFC;
}
.BgClassName
{
background-color: #C67BFC;
}
</style>
border-color css
<style>
span { border-color: #C67BFC; }
span { border-color: rgb(198,123,252); }
td.TdClassName
{
border-color: #C67BFC;
}
.TagClassName
{
border-color: #C67BFC;
}
</style>