Shades of Orchid #C67ECB
Tints of Orchid #C67ECB
RGB
CMYK
RGB Variations
Color information
#C67ECB (or 0xC67ECB) is known color: Orchid. HEX triplet: C6, 7E and CB. RGB value is (198,126,203). Sum of RGB (Red+Green+Blue) = 198+126+203=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #C67ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ECB is #398134. Grayscale: #9C9C9C. Windows color (decimal): -3768629 or 13336262. OLE color: 13336262.
HSL color Cylindrical-coordinate representation of color #C67ECB: hue angle of 296.1º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67ECB is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 126 | 203 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.20 |
| HSL | 296.1º | 0.43% | 0.65% | - |
| HSV(B) | 296.1º | 0.38% | 0.8% | - |
| XYZ | 41.53 | 31.24 | 60.34 | - |
| YUV | 156.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 203 | 0.02 | 0.38 | 0 | 0.20 | 296.1 | 0.43 | 0.65 |
| Hex | C6 | 7E | CB | 2 | 26 | 0 | 14 | 128 | 2B | 41 |
| Octal | 306 | 176 | 313 | 2 | 46 | 0 | 24 | 450 | 53 | 101 |
| Binary | 11000110 | 1111110 | 11001011 | 10 | 100110 | 0 | 10100 | 100101000 | 101011 | 1000001 |
Color Harmonies of #C67ECB
Complementary color
Monochromatic Colors of #C67ECB
Black with #C67ECB
Text Example
Text Example
White with #C67ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67ECB; }
p { color: rgb(198,126,203); }
H1.HeaderClassName
{
color: #C67ECB;
}
.AnyTagClassName
{
color: #C67ECB;
}
</style>
background-color css
<style>
a { background-color: #C67ECB; }
a { background-color: rgb(198,126,203); }
div.DivClassName
{
background-color: #C67ECB;
}
.BgClassName
{
background-color: #C67ECB;
}
</style>
border-color css
<style>
span { border-color: #C67ECB; }
span { border-color: rgb(198,126,203); }
td.TdClassName
{
border-color: #C67ECB;
}
.TagClassName
{
border-color: #C67ECB;
}
</style>