Shades of Orchid #E67BCE
Tints of Orchid #E67BCE
RGB
CMYK
RGB Variations
Color information
#E67BCE (or 0xE67BCE) is known color: Orchid. HEX triplet: E6, 7B and CE. RGB value is (230,123,206). Sum of RGB (Red+Green+Blue) = 230+123+206=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BCE is #198431. Grayscale: #A4A4A4. Windows color (decimal): -1672242 or 13532134. OLE color: 13532134.
HSL color Cylindrical-coordinate representation of color #E67BCE: hue angle of 313.46º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67BCE is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 123 | 206 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.10 |
| HSL | 313.46º | 0.68% | 0.69% | - |
| HSV(B) | 313.46º | 0.47% | 0.9% | - |
| XYZ | 50.86 | 35.45 | 62.55 | - |
| YUV | 164.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 206 | 0 | 0.47 | 0.10 | 0.10 | 313.46 | 0.68 | 0.69 |
| Hex | E6 | 7B | CE | 0 | 2F | A | A | 139 | 44 | 45 |
| Octal | 346 | 173 | 316 | 0 | 57 | 12 | 12 | 471 | 104 | 105 |
| Binary | 11100110 | 1111011 | 11001110 | 0 | 101111 | 1010 | 1010 | 100111001 | 1000100 | 1000101 |
Color Harmonies of #E67BCE
Complementary color
Monochromatic Colors of #E67BCE
Black with #E67BCE
Text Example
Text Example
White with #E67BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67BCE; }
p { color: rgb(230,123,206); }
H1.HeaderClassName
{
color: #E67BCE;
}
.AnyTagClassName
{
color: #E67BCE;
}
</style>
background-color css
<style>
a { background-color: #E67BCE; }
a { background-color: rgb(230,123,206); }
div.DivClassName
{
background-color: #E67BCE;
}
.BgClassName
{
background-color: #E67BCE;
}
</style>
border-color css
<style>
span { border-color: #E67BCE; }
span { border-color: rgb(230,123,206); }
td.TdClassName
{
border-color: #E67BCE;
}
.TagClassName
{
border-color: #E67BCE;
}
</style>