Shades of Orchid #E06CCB
Tints of Orchid #E06CCB
RGB
CMYK
RGB Variations
Color information
#E06CCB (or 0xE06CCB) is known color: Orchid. HEX triplet: E0, 6C and CB. RGB value is (224,108,203). Sum of RGB (Red+Green+Blue) = 224+108+203=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CCB is #1F9334. Grayscale: #999999. Windows color (decimal): -2069301 or 13331680. OLE color: 13331680.
HSL color Cylindrical-coordinate representation of color #E06CCB: hue angle of 310.86º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06CCB is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 203 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.12 |
| HSL | 310.86º | 0.65% | 0.65% | - |
| HSV(B) | 310.86º | 0.52% | 0.88% | - |
| XYZ | 46.88 | 30.88 | 59.99 | - |
| YUV | 153.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 203 | 0 | 0.52 | 0.09 | 0.12 | 310.86 | 0.65 | 0.65 |
| Hex | E0 | 6C | CB | 0 | 34 | 9 | C | 137 | 41 | 41 |
| Octal | 340 | 154 | 313 | 0 | 64 | 11 | 14 | 467 | 101 | 101 |
| Binary | 11100000 | 1101100 | 11001011 | 0 | 110100 | 1001 | 1100 | 100110111 | 1000001 | 1000001 |
Color Harmonies of #E06CCB
Complementary color
Monochromatic Colors of #E06CCB
Black with #E06CCB
Text Example
Text Example
White with #E06CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CCB; }
p { color: rgb(224,108,203); }
H1.HeaderClassName
{
color: #E06CCB;
}
.AnyTagClassName
{
color: #E06CCB;
}
</style>
background-color css
<style>
a { background-color: #E06CCB; }
a { background-color: rgb(224,108,203); }
div.DivClassName
{
background-color: #E06CCB;
}
.BgClassName
{
background-color: #E06CCB;
}
</style>
border-color css
<style>
span { border-color: #E06CCB; }
span { border-color: rgb(224,108,203); }
td.TdClassName
{
border-color: #E06CCB;
}
.TagClassName
{
border-color: #E06CCB;
}
</style>