Shades of Orchid #E069CC
Tints of Orchid #E069CC
RGB
CMYK
RGB Variations
Color information
#E069CC (or 0xE069CC) is known color: Orchid. HEX triplet: E0, 69 and CC. RGB value is (224,105,204). Sum of RGB (Red+Green+Blue) = 224+105+204=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E069CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069CC is #1F9633. Grayscale: #979797. Windows color (decimal): -2070068 or 13396448. OLE color: 13396448.
HSL color Cylindrical-coordinate representation of color #E069CC: hue angle of 310.08º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069CC is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 204 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.12 |
| HSL | 310.08º | 0.66% | 0.65% | - |
| HSV(B) | 310.08º | 0.53% | 0.88% | - |
| XYZ | 46.69 | 30.31 | 60.52 | - |
| YUV | 151.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 204 | 0 | 0.53 | 0.09 | 0.12 | 310.08 | 0.66 | 0.65 |
| Hex | E0 | 69 | CC | 0 | 35 | 9 | C | 136 | 42 | 41 |
| Octal | 340 | 151 | 314 | 0 | 65 | 11 | 14 | 466 | 102 | 101 |
| Binary | 11100000 | 1101001 | 11001100 | 0 | 110101 | 1001 | 1100 | 100110110 | 1000010 | 1000001 |
Color Harmonies of #E069CC
Complementary color
Monochromatic Colors of #E069CC
Black with #E069CC
Text Example
Text Example
White with #E069CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069CC; }
p { color: rgb(224,105,204); }
H1.HeaderClassName
{
color: #E069CC;
}
.AnyTagClassName
{
color: #E069CC;
}
</style>
background-color css
<style>
a { background-color: #E069CC; }
a { background-color: rgb(224,105,204); }
div.DivClassName
{
background-color: #E069CC;
}
.BgClassName
{
background-color: #E069CC;
}
</style>
border-color css
<style>
span { border-color: #E069CC; }
span { border-color: rgb(224,105,204); }
td.TdClassName
{
border-color: #E069CC;
}
.TagClassName
{
border-color: #E069CC;
}
</style>