Shades of Heliotrope #C67FFC
Tints of Heliotrope #C67FFC
RGB
CMYK
RGB Variations
Color information
#C67FFC (or 0xC67FFC) is known color: Heliotrope. HEX triplet: C6, 7F and FC. RGB value is (198,127,252). Sum of RGB (Red+Green+Blue) = 198+127+252=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 127 (50% from 255 or 22.01% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #C67FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67FFC is #398003. Grayscale: #A2A2A2. Windows color (decimal): -3768324 or 16547782. OLE color: 16547782.
HSL color Cylindrical-coordinate representation of color #C67FFC: hue angle of 274.08º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C67FFC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 127 | 252 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.01 |
| HSL | 274.08º | 0.95% | 0.74% | - |
| HSV(B) | 274.08º | 0.5% | 0.99% | - |
| XYZ | 48.45 | 34.21 | 96.15 | - |
| YUV | 162.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 252 | 0.21 | 0.50 | 0 | 0.01 | 274.08 | 0.95 | 0.74 |
| Hex | C6 | 7F | FC | 15 | 32 | 0 | 1 | 112 | 5F | 4A |
| Octal | 306 | 177 | 374 | 25 | 62 | 0 | 1 | 422 | 137 | 112 |
| Binary | 11000110 | 1111111 | 11111100 | 10101 | 110010 | 0 | 1 | 100010010 | 1011111 | 1001010 |
Color Harmonies of #C67FFC
Complementary color
Monochromatic Colors of #C67FFC
Black with #C67FFC
Text Example
Text Example
White with #C67FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FFC; }
p { color: rgb(198,127,252); }
H1.HeaderClassName
{
color: #C67FFC;
}
.AnyTagClassName
{
color: #C67FFC;
}
</style>
background-color css
<style>
a { background-color: #C67FFC; }
a { background-color: rgb(198,127,252); }
div.DivClassName
{
background-color: #C67FFC;
}
.BgClassName
{
background-color: #C67FFC;
}
</style>
border-color css
<style>
span { border-color: #C67FFC; }
span { border-color: rgb(198,127,252); }
td.TdClassName
{
border-color: #C67FFC;
}
.TagClassName
{
border-color: #C67FFC;
}
</style>