Shades of Heliotrope #C67BFD
Tints of Heliotrope #C67BFD
RGB
CMYK
RGB Variations
Color information
#C67BFD (or 0xC67BFD) is known color: Heliotrope. HEX triplet: C6, 7B and FD. RGB value is (198,123,253). Sum of RGB (Red+Green+Blue) = 198+123+253=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #C67BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67BFD is #398402. Grayscale: #9F9F9F. Windows color (decimal): -3769347 or 16612294. OLE color: 16612294.
HSL color Cylindrical-coordinate representation of color #C67BFD: hue angle of 274.62º degrees, saturation: 0.97, 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 #C67BFD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 123 | 253 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.01 |
| HSL | 274.62º | 0.97% | 0.74% | - |
| HSV(B) | 274.62º | 0.51% | 0.99% | - |
| XYZ | 48.1 | 33.26 | 96.81 | - |
| YUV | 160.25 | 180.35 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 253 | 0.22 | 0.51 | 0 | 0.01 | 274.62 | 0.97 | 0.74 |
| Hex | C6 | 7B | FD | 16 | 33 | 0 | 1 | 113 | 61 | 4A |
| Octal | 306 | 173 | 375 | 26 | 63 | 0 | 1 | 423 | 141 | 112 |
| Binary | 11000110 | 1111011 | 11111101 | 10110 | 110011 | 0 | 1 | 100010011 | 1100001 | 1001010 |
Color Harmonies of #C67BFD
Complementary color
Monochromatic Colors of #C67BFD
Black with #C67BFD
Text Example
Text Example
White with #C67BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BFD; }
p { color: rgb(198,123,253); }
H1.HeaderClassName
{
color: #C67BFD;
}
.AnyTagClassName
{
color: #C67BFD;
}
</style>
background-color css
<style>
a { background-color: #C67BFD; }
a { background-color: rgb(198,123,253); }
div.DivClassName
{
background-color: #C67BFD;
}
.BgClassName
{
background-color: #C67BFD;
}
</style>
border-color css
<style>
span { border-color: #C67BFD; }
span { border-color: rgb(198,123,253); }
td.TdClassName
{
border-color: #C67BFD;
}
.TagClassName
{
border-color: #C67BFD;
}
</style>