Shades of Orchid #CB7ECC
Tints of Orchid #CB7ECC
RGB
CMYK
RGB Variations
Color information
#CB7ECC (or 0xCB7ECC) is known color: Orchid. HEX triplet: CB, 7E and CC. RGB value is (203,126,204). Sum of RGB (Red+Green+Blue) = 203+126+204=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ECC is #348133. Grayscale: #9D9D9D. Windows color (decimal): -3440948 or 13401803. OLE color: 13401803.
HSL color Cylindrical-coordinate representation of color #CB7ECC: hue angle of 299.23º 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 #CB7ECC is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 126 | 204 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.2 |
| HSL | 299.23º | 0.43% | 0.65% | - |
| HSV(B) | 299.23º | 0.38% | 0.8% | - |
| XYZ | 42.99 | 31.98 | 61.03 | - |
| YUV | 157.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 204 | 0.00 | 0.38 | 0 | 0.2 | 299.23 | 0.43 | 0.65 |
| Hex | CB | 7E | CC | 0 | 26 | 0 | 14 | 12B | 2B | 41 |
| Octal | 313 | 176 | 314 | 0 | 46 | 0 | 24 | 453 | 53 | 101 |
| Binary | 11001011 | 1111110 | 11001100 | 0 | 100110 | 0 | 10100 | 100101011 | 101011 | 1000001 |
Color Harmonies of #CB7ECC
Complementary color
Monochromatic Colors of #CB7ECC
Black with #CB7ECC
Text Example
Text Example
White with #CB7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7ECC; }
p { color: rgb(203,126,204); }
H1.HeaderClassName
{
color: #CB7ECC;
}
.AnyTagClassName
{
color: #CB7ECC;
}
</style>
background-color css
<style>
a { background-color: #CB7ECC; }
a { background-color: rgb(203,126,204); }
div.DivClassName
{
background-color: #CB7ECC;
}
.BgClassName
{
background-color: #CB7ECC;
}
</style>
border-color css
<style>
span { border-color: #CB7ECC; }
span { border-color: rgb(203,126,204); }
td.TdClassName
{
border-color: #CB7ECC;
}
.TagClassName
{
border-color: #CB7ECC;
}
</style>