Shades of Orchid #E67CCB
Tints of Orchid #E67CCB
RGB
CMYK
RGB Variations
Color information
#E67CCB (or 0xE67CCB) is known color: Orchid. HEX triplet: E6, 7C and CB. RGB value is (230,124,203). Sum of RGB (Red+Green+Blue) = 230+124+203=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CCB is #198334. Grayscale: #A4A4A4. Windows color (decimal): -1671989 or 13335782. OLE color: 13335782.
HSL color Cylindrical-coordinate representation of color #E67CCB: hue angle of 315.28º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67CCB is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 203 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.10 |
| HSL | 315.28º | 0.68% | 0.69% | - |
| HSV(B) | 315.28º | 0.46% | 0.9% | - |
| XYZ | 50.62 | 35.55 | 60.69 | - |
| YUV | 164.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 203 | 0 | 0.46 | 0.12 | 0.10 | 315.28 | 0.68 | 0.69 |
| Hex | E6 | 7C | CB | 0 | 2E | C | A | 13B | 44 | 45 |
| Octal | 346 | 174 | 313 | 0 | 56 | 14 | 12 | 473 | 104 | 105 |
| Binary | 11100110 | 1111100 | 11001011 | 0 | 101110 | 1100 | 1010 | 100111011 | 1000100 | 1000101 |
Color Harmonies of #E67CCB
Complementary color
Monochromatic Colors of #E67CCB
Black with #E67CCB
Text Example
Text Example
White with #E67CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CCB; }
p { color: rgb(230,124,203); }
H1.HeaderClassName
{
color: #E67CCB;
}
.AnyTagClassName
{
color: #E67CCB;
}
</style>
background-color css
<style>
a { background-color: #E67CCB; }
a { background-color: rgb(230,124,203); }
div.DivClassName
{
background-color: #E67CCB;
}
.BgClassName
{
background-color: #E67CCB;
}
</style>
border-color css
<style>
span { border-color: #E67CCB; }
span { border-color: rgb(230,124,203); }
td.TdClassName
{
border-color: #E67CCB;
}
.TagClassName
{
border-color: #E67CCB;
}
</style>