Shades of Orchid #E675CD
Tints of Orchid #E675CD
RGB
CMYK
RGB Variations
Color information
#E675CD (or 0xE675CD) is known color: Orchid. HEX triplet: E6, 75 and CD. RGB value is (230,117,205). Sum of RGB (Red+Green+Blue) = 230+117+205=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E675CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675CD is #198A32. Grayscale: #A0A0A0. Windows color (decimal): -1673779 or 13465062. OLE color: 13465062.
HSL color Cylindrical-coordinate representation of color #E675CD: hue angle of 313.27º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675CD is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 205 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.10 |
| HSL | 313.27º | 0.69% | 0.68% | - |
| HSV(B) | 313.27º | 0.49% | 0.9% | - |
| XYZ | 50.01 | 33.95 | 61.68 | - |
| YUV | 160.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 205 | 0 | 0.49 | 0.11 | 0.10 | 313.27 | 0.69 | 0.68 |
| Hex | E6 | 75 | CD | 0 | 31 | B | A | 139 | 45 | 44 |
| Octal | 346 | 165 | 315 | 0 | 61 | 13 | 12 | 471 | 105 | 104 |
| Binary | 11100110 | 1110101 | 11001101 | 0 | 110001 | 1011 | 1010 | 100111001 | 1000101 | 1000100 |
Color Harmonies of #E675CD
Complementary color
Monochromatic Colors of #E675CD
Black with #E675CD
Text Example
Text Example
White with #E675CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675CD; }
p { color: rgb(230,117,205); }
H1.HeaderClassName
{
color: #E675CD;
}
.AnyTagClassName
{
color: #E675CD;
}
</style>
background-color css
<style>
a { background-color: #E675CD; }
a { background-color: rgb(230,117,205); }
div.DivClassName
{
background-color: #E675CD;
}
.BgClassName
{
background-color: #E675CD;
}
</style>
border-color css
<style>
span { border-color: #E675CD; }
span { border-color: rgb(230,117,205); }
td.TdClassName
{
border-color: #E675CD;
}
.TagClassName
{
border-color: #E675CD;
}
</style>