Shades of Orchid #C67ECF
Tints of Orchid #C67ECF
RGB
CMYK
RGB Variations
Color information
#C67ECF (or 0xC67ECF) is known color: Orchid. HEX triplet: C6, 7E and CF. RGB value is (198,126,207). Sum of RGB (Red+Green+Blue) = 198+126+207=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #C67ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ECF is #398130. Grayscale: #9C9C9C. Windows color (decimal): -3768625 or 13598406. OLE color: 13598406.
HSL color Cylindrical-coordinate representation of color #C67ECF: hue angle of 293.33º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67ECF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 126 | 207 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.19 |
| HSL | 293.33º | 0.46% | 0.65% | - |
| HSV(B) | 293.33º | 0.39% | 0.81% | - |
| XYZ | 42.01 | 31.43 | 62.88 | - |
| YUV | 156.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 207 | 0.04 | 0.39 | 0 | 0.19 | 293.33 | 0.46 | 0.65 |
| Hex | C6 | 7E | CF | 4 | 27 | 0 | 13 | 125 | 2E | 41 |
| Octal | 306 | 176 | 317 | 4 | 47 | 0 | 23 | 445 | 56 | 101 |
| Binary | 11000110 | 1111110 | 11001111 | 100 | 100111 | 0 | 10011 | 100100101 | 101110 | 1000001 |
Color Harmonies of #C67ECF
Complementary color
Monochromatic Colors of #C67ECF
Black with #C67ECF
Text Example
Text Example
White with #C67ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67ECF; }
p { color: rgb(198,126,207); }
H1.HeaderClassName
{
color: #C67ECF;
}
.AnyTagClassName
{
color: #C67ECF;
}
</style>
background-color css
<style>
a { background-color: #C67ECF; }
a { background-color: rgb(198,126,207); }
div.DivClassName
{
background-color: #C67ECF;
}
.BgClassName
{
background-color: #C67ECF;
}
</style>
border-color css
<style>
span { border-color: #C67ECF; }
span { border-color: rgb(198,126,207); }
td.TdClassName
{
border-color: #C67ECF;
}
.TagClassName
{
border-color: #C67ECF;
}
</style>