Shades of Orchid #C67EBF
Tints of Orchid #C67EBF
RGB
CMYK
RGB Variations
Color information
#C67EBF (or 0xC67EBF) is known color: Orchid. HEX triplet: C6, 7E and BF. RGB value is (198,126,191). Sum of RGB (Red+Green+Blue) = 198+126+191=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C67EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67EBF is #398140. Grayscale: #9A9A9A. Windows color (decimal): -3768641 or 12549830. OLE color: 12549830.
HSL color Cylindrical-coordinate representation of color #C67EBF: hue angle of 305.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67EBF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 126 | 191 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.22 |
| HSL | 305.83º | 0.39% | 0.64% | - |
| HSV(B) | 305.83º | 0.36% | 0.78% | - |
| XYZ | 40.15 | 30.69 | 53.1 | - |
| YUV | 154.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 191 | 0 | 0.36 | 0.04 | 0.22 | 305.83 | 0.39 | 0.64 |
| Hex | C6 | 7E | BF | 0 | 24 | 4 | 16 | 132 | 27 | 40 |
| Octal | 306 | 176 | 277 | 0 | 44 | 4 | 26 | 462 | 47 | 100 |
| Binary | 11000110 | 1111110 | 10111111 | 0 | 100100 | 100 | 10110 | 100110010 | 100111 | 1000000 |
Color Harmonies of #C67EBF
Complementary color
Monochromatic Colors of #C67EBF
Black with #C67EBF
Text Example
Text Example
White with #C67EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67EBF; }
p { color: rgb(198,126,191); }
H1.HeaderClassName
{
color: #C67EBF;
}
.AnyTagClassName
{
color: #C67EBF;
}
</style>
background-color css
<style>
a { background-color: #C67EBF; }
a { background-color: rgb(198,126,191); }
div.DivClassName
{
background-color: #C67EBF;
}
.BgClassName
{
background-color: #C67EBF;
}
</style>
border-color css
<style>
span { border-color: #C67EBF; }
span { border-color: rgb(198,126,191); }
td.TdClassName
{
border-color: #C67EBF;
}
.TagClassName
{
border-color: #C67EBF;
}
</style>