Shades of Orchid #D283DC
Tints of Orchid #D283DC
RGB
CMYK
RGB Variations
Color information
#D283DC (or 0xD283DC) is known color: Orchid. HEX triplet: D2, 83 and DC. RGB value is (210,131,220). Sum of RGB (Red+Green+Blue) = 210+131+220=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #D283DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283DC is #2D7C23. Grayscale: #A4A4A4. Windows color (decimal): -2980900 or 14451666. OLE color: 14451666.
HSL color Cylindrical-coordinate representation of color #D283DC: hue angle of 293.26º 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 #D283DC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 131 | 220 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.14 |
| HSL | 293.26º | 0.56% | 0.69% | - |
| HSV(B) | 293.26º | 0.4% | 0.86% | - |
| XYZ | 47.61 | 35.1 | 71.98 | - |
| YUV | 164.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 220 | 0.05 | 0.40 | 0 | 0.14 | 293.26 | 0.56 | 0.69 |
| Hex | D2 | 83 | DC | 5 | 28 | 0 | E | 125 | 38 | 45 |
| Octal | 322 | 203 | 334 | 5 | 50 | 0 | 16 | 445 | 70 | 105 |
| Binary | 11010010 | 10000011 | 11011100 | 101 | 101000 | 0 | 1110 | 100100101 | 111000 | 1000101 |
Color Harmonies of #D283DC
Complementary color
Monochromatic Colors of #D283DC
Black with #D283DC
Text Example
Text Example
White with #D283DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D283DC; }
p { color: rgb(210,131,220); }
H1.HeaderClassName
{
color: #D283DC;
}
.AnyTagClassName
{
color: #D283DC;
}
</style>
background-color css
<style>
a { background-color: #D283DC; }
a { background-color: rgb(210,131,220); }
div.DivClassName
{
background-color: #D283DC;
}
.BgClassName
{
background-color: #D283DC;
}
</style>
border-color css
<style>
span { border-color: #D283DC; }
span { border-color: rgb(210,131,220); }
td.TdClassName
{
border-color: #D283DC;
}
.TagClassName
{
border-color: #D283DC;
}
</style>