Shades of Orchid #D284D5
Tints of Orchid #D284D5
RGB
CMYK
RGB Variations
Color information
#D284D5 (or 0xD284D5) is known color: Orchid. HEX triplet: D2, 84 and D5. RGB value is (210,132,213). Sum of RGB (Red+Green+Blue) = 210+132+213=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #D284D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284D5 is #2D7B2A. Grayscale: #A4A4A4. Windows color (decimal): -2980651 or 13993170. OLE color: 13993170.
HSL color Cylindrical-coordinate representation of color #D284D5: hue angle of 297.78º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D284D5 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 132 | 213 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.16 |
| HSL | 297.78º | 0.49% | 0.68% | - |
| HSV(B) | 297.78º | 0.38% | 0.84% | - |
| XYZ | 46.84 | 35.01 | 67.24 | - |
| YUV | 164.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 213 | 0.01 | 0.38 | 0 | 0.16 | 297.78 | 0.49 | 0.68 |
| Hex | D2 | 84 | D5 | 1 | 26 | 0 | 10 | 12A | 31 | 44 |
| Octal | 322 | 204 | 325 | 1 | 46 | 0 | 20 | 452 | 61 | 104 |
| Binary | 11010010 | 10000100 | 11010101 | 1 | 100110 | 0 | 10000 | 100101010 | 110001 | 1000100 |
Color Harmonies of #D284D5
Complementary color
Monochromatic Colors of #D284D5
Black with #D284D5
Text Example
Text Example
White with #D284D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284D5; }
p { color: rgb(210,132,213); }
H1.HeaderClassName
{
color: #D284D5;
}
.AnyTagClassName
{
color: #D284D5;
}
</style>
background-color css
<style>
a { background-color: #D284D5; }
a { background-color: rgb(210,132,213); }
div.DivClassName
{
background-color: #D284D5;
}
.BgClassName
{
background-color: #D284D5;
}
</style>
border-color css
<style>
span { border-color: #D284D5; }
span { border-color: rgb(210,132,213); }
td.TdClassName
{
border-color: #D284D5;
}
.TagClassName
{
border-color: #D284D5;
}
</style>