Shades of Orchid #DC7BE5
Tints of Orchid #DC7BE5
RGB
CMYK
RGB Variations
Color information
#DC7BE5 (or 0xDC7BE5) is known color: Orchid. HEX triplet: DC, 7B and E5. RGB value is (220,123,229). Sum of RGB (Red+Green+Blue) = 220+123+229=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC7BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BE5 is #23841A. Grayscale: #A3A3A3. Windows color (decimal): -2327579 or 15039452. OLE color: 15039452.
HSL color Cylindrical-coordinate representation of color #DC7BE5: hue angle of 294.91º degrees, saturation: 0.67, 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 #DC7BE5 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 123 | 229 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.10 |
| HSL | 294.91º | 0.67% | 0.69% | - |
| HSV(B) | 294.91º | 0.46% | 0.9% | - |
| XYZ | 50.74 | 35.04 | 78.22 | - |
| YUV | 164.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 229 | 0.04 | 0.46 | 0 | 0.10 | 294.91 | 0.67 | 0.69 |
| Hex | DC | 7B | E5 | 4 | 2E | 0 | A | 127 | 43 | 45 |
| Octal | 334 | 173 | 345 | 4 | 56 | 0 | 12 | 447 | 103 | 105 |
| Binary | 11011100 | 1111011 | 11100101 | 100 | 101110 | 0 | 1010 | 100100111 | 1000011 | 1000101 |
Color Harmonies of #DC7BE5
Complementary color
Monochromatic Colors of #DC7BE5
Black with #DC7BE5
Text Example
Text Example
White with #DC7BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BE5; }
p { color: rgb(220,123,229); }
H1.HeaderClassName
{
color: #DC7BE5;
}
.AnyTagClassName
{
color: #DC7BE5;
}
</style>
background-color css
<style>
a { background-color: #DC7BE5; }
a { background-color: rgb(220,123,229); }
div.DivClassName
{
background-color: #DC7BE5;
}
.BgClassName
{
background-color: #DC7BE5;
}
</style>
border-color css
<style>
span { border-color: #DC7BE5; }
span { border-color: rgb(220,123,229); }
td.TdClassName
{
border-color: #DC7BE5;
}
.TagClassName
{
border-color: #DC7BE5;
}
</style>