Shades of Orchid #D283DF
Tints of Orchid #D283DF
RGB
CMYK
RGB Variations
Color information
#D283DF (or 0xD283DF) is known color: Orchid. HEX triplet: D2, 83 and DF. RGB value is (210,131,223). Sum of RGB (Red+Green+Blue) = 210+131+223=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #D283DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283DF is #2D7C20. Grayscale: #A4A4A4. Windows color (decimal): -2980897 or 14648274. OLE color: 14648274.
HSL color Cylindrical-coordinate representation of color #D283DF: hue angle of 291.52º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D283DF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 131 | 223 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.13 |
| HSL | 291.52º | 0.59% | 0.69% | - |
| HSV(B) | 291.52º | 0.41% | 0.87% | - |
| XYZ | 48.01 | 35.26 | 74.09 | - |
| YUV | 165.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 223 | 0.06 | 0.41 | 0 | 0.13 | 291.52 | 0.59 | 0.69 |
| Hex | D2 | 83 | DF | 6 | 29 | 0 | D | 124 | 3B | 45 |
| Octal | 322 | 203 | 337 | 6 | 51 | 0 | 15 | 444 | 73 | 105 |
| Binary | 11010010 | 10000011 | 11011111 | 110 | 101001 | 0 | 1101 | 100100100 | 111011 | 1000101 |
Color Harmonies of #D283DF
Complementary color
Monochromatic Colors of #D283DF
Black with #D283DF
Text Example
Text Example
White with #D283DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D283DF; }
p { color: rgb(210,131,223); }
H1.HeaderClassName
{
color: #D283DF;
}
.AnyTagClassName
{
color: #D283DF;
}
</style>
background-color css
<style>
a { background-color: #D283DF; }
a { background-color: rgb(210,131,223); }
div.DivClassName
{
background-color: #D283DF;
}
.BgClassName
{
background-color: #D283DF;
}
</style>
border-color css
<style>
span { border-color: #D283DF; }
span { border-color: rgb(210,131,223); }
td.TdClassName
{
border-color: #D283DF;
}
.TagClassName
{
border-color: #D283DF;
}
</style>