Shades of Orchid #D27DDC
Tints of Orchid #D27DDC
RGB
CMYK
RGB Variations
Color information
#D27DDC (or 0xD27DDC) is known color: Orchid. HEX triplet: D2, 7D and DC. RGB value is (210,125,220). Sum of RGB (Red+Green+Blue) = 210+125+220=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #D27DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DDC is #2D8223. Grayscale: #A0A0A0. Windows color (decimal): -2982436 or 14450130. OLE color: 14450130.
HSL color Cylindrical-coordinate representation of color #D27DDC: hue angle of 293.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27DDC is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 125 | 220 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.14 |
| HSL | 293.68º | 0.58% | 0.68% | - |
| HSV(B) | 293.68º | 0.43% | 0.86% | - |
| XYZ | 46.83 | 33.54 | 71.72 | - |
| YUV | 161.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 220 | 0.05 | 0.43 | 0 | 0.14 | 293.68 | 0.58 | 0.68 |
| Hex | D2 | 7D | DC | 5 | 2B | 0 | E | 126 | 3A | 44 |
| Octal | 322 | 175 | 334 | 5 | 53 | 0 | 16 | 446 | 72 | 104 |
| Binary | 11010010 | 1111101 | 11011100 | 101 | 101011 | 0 | 1110 | 100100110 | 111010 | 1000100 |
Color Harmonies of #D27DDC
Complementary color
Monochromatic Colors of #D27DDC
Black with #D27DDC
Text Example
Text Example
White with #D27DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DDC; }
p { color: rgb(210,125,220); }
H1.HeaderClassName
{
color: #D27DDC;
}
.AnyTagClassName
{
color: #D27DDC;
}
</style>
background-color css
<style>
a { background-color: #D27DDC; }
a { background-color: rgb(210,125,220); }
div.DivClassName
{
background-color: #D27DDC;
}
.BgClassName
{
background-color: #D27DDC;
}
</style>
border-color css
<style>
span { border-color: #D27DDC; }
span { border-color: rgb(210,125,220); }
td.TdClassName
{
border-color: #D27DDC;
}
.TagClassName
{
border-color: #D27DDC;
}
</style>