Shades of Heliotrope #C67DFB
Tints of Heliotrope #C67DFB
RGB
CMYK
RGB Variations
Color information
#C67DFB (or 0xC67DFB) is known color: Heliotrope. HEX triplet: C6, 7D and FB. RGB value is (198,125,251). Sum of RGB (Red+Green+Blue) = 198+125+251=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #C67DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67DFB is #398204. Grayscale: #A0A0A0. Windows color (decimal): -3768837 or 16481734. OLE color: 16481734.
HSL color Cylindrical-coordinate representation of color #C67DFB: hue angle of 274.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C67DFB is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 125 | 251 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.02 |
| HSL | 274.76º | 0.94% | 0.74% | - |
| HSV(B) | 274.76º | 0.5% | 0.98% | - |
| XYZ | 48.03 | 33.64 | 95.23 | - |
| YUV | 161.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 251 | 0.21 | 0.50 | 0 | 0.02 | 274.76 | 0.94 | 0.74 |
| Hex | C6 | 7D | FB | 15 | 32 | 0 | 2 | 113 | 5E | 4A |
| Octal | 306 | 175 | 373 | 25 | 62 | 0 | 2 | 423 | 136 | 112 |
| Binary | 11000110 | 1111101 | 11111011 | 10101 | 110010 | 0 | 10 | 100010011 | 1011110 | 1001010 |
Color Harmonies of #C67DFB
Complementary color
Monochromatic Colors of #C67DFB
Black with #C67DFB
Text Example
Text Example
White with #C67DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DFB; }
p { color: rgb(198,125,251); }
H1.HeaderClassName
{
color: #C67DFB;
}
.AnyTagClassName
{
color: #C67DFB;
}
</style>
background-color css
<style>
a { background-color: #C67DFB; }
a { background-color: rgb(198,125,251); }
div.DivClassName
{
background-color: #C67DFB;
}
.BgClassName
{
background-color: #C67DFB;
}
</style>
border-color css
<style>
span { border-color: #C67DFB; }
span { border-color: rgb(198,125,251); }
td.TdClassName
{
border-color: #C67DFB;
}
.TagClassName
{
border-color: #C67DFB;
}
</style>