Shades of Orchid #D284DC
Tints of Orchid #D284DC
RGB
CMYK
RGB Variations
Color information
#D284DC (or 0xD284DC) is known color: Orchid. HEX triplet: D2, 84 and DC. RGB value is (210,132,220). Sum of RGB (Red+Green+Blue) = 210+132+220=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #D284DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284DC is #2D7B23. Grayscale: #A5A5A5. Windows color (decimal): -2980644 or 14451922. OLE color: 14451922.
HSL color Cylindrical-coordinate representation of color #D284DC: hue angle of 293.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D284DC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 132 | 220 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.14 |
| HSL | 293.18º | 0.56% | 0.69% | - |
| HSV(B) | 293.18º | 0.4% | 0.86% | - |
| XYZ | 47.75 | 35.37 | 72.02 | - |
| YUV | 165.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 220 | 0.05 | 0.40 | 0 | 0.14 | 293.18 | 0.56 | 0.69 |
| Hex | D2 | 84 | DC | 5 | 28 | 0 | E | 125 | 38 | 45 |
| Octal | 322 | 204 | 334 | 5 | 50 | 0 | 16 | 445 | 70 | 105 |
| Binary | 11010010 | 10000100 | 11011100 | 101 | 101000 | 0 | 1110 | 100100101 | 111000 | 1000101 |
Color Harmonies of #D284DC
Complementary color
Monochromatic Colors of #D284DC
Black with #D284DC
Text Example
Text Example
White with #D284DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284DC; }
p { color: rgb(210,132,220); }
H1.HeaderClassName
{
color: #D284DC;
}
.AnyTagClassName
{
color: #D284DC;
}
</style>
background-color css
<style>
a { background-color: #D284DC; }
a { background-color: rgb(210,132,220); }
div.DivClassName
{
background-color: #D284DC;
}
.BgClassName
{
background-color: #D284DC;
}
</style>
border-color css
<style>
span { border-color: #D284DC; }
span { border-color: rgb(210,132,220); }
td.TdClassName
{
border-color: #D284DC;
}
.TagClassName
{
border-color: #D284DC;
}
</style>