Shades of Heliotrope #C67FFB
Tints of Heliotrope #C67FFB
RGB
CMYK
RGB Variations
Color information
#C67FFB (or 0xC67FFB) is known color: Heliotrope. HEX triplet: C6, 7F and FB. RGB value is (198,127,251). Sum of RGB (Red+Green+Blue) = 198+127+251=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #C67FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67FFB is #398004. Grayscale: #A1A1A1. Windows color (decimal): -3768325 or 16482246. OLE color: 16482246.
HSL color Cylindrical-coordinate representation of color #C67FFB: hue angle of 274.35º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C67FFB is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 127 | 251 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.02 |
| HSL | 274.35º | 0.94% | 0.74% | - |
| HSV(B) | 274.35º | 0.49% | 0.98% | - |
| XYZ | 48.29 | 34.15 | 95.31 | - |
| YUV | 162.37 | 178.02 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 251 | 0.21 | 0.49 | 0 | 0.02 | 274.35 | 0.94 | 0.74 |
| Hex | C6 | 7F | FB | 15 | 31 | 0 | 2 | 112 | 5E | 4A |
| Octal | 306 | 177 | 373 | 25 | 61 | 0 | 2 | 422 | 136 | 112 |
| Binary | 11000110 | 1111111 | 11111011 | 10101 | 110001 | 0 | 10 | 100010010 | 1011110 | 1001010 |
Color Harmonies of #C67FFB
Complementary color
Monochromatic Colors of #C67FFB
Black with #C67FFB
Text Example
Text Example
White with #C67FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FFB; }
p { color: rgb(198,127,251); }
H1.HeaderClassName
{
color: #C67FFB;
}
.AnyTagClassName
{
color: #C67FFB;
}
</style>
background-color css
<style>
a { background-color: #C67FFB; }
a { background-color: rgb(198,127,251); }
div.DivClassName
{
background-color: #C67FFB;
}
.BgClassName
{
background-color: #C67FFB;
}
</style>
border-color css
<style>
span { border-color: #C67FFB; }
span { border-color: rgb(198,127,251); }
td.TdClassName
{
border-color: #C67FFB;
}
.TagClassName
{
border-color: #C67FFB;
}
</style>