Shades of Orchid #D783D2
Tints of Orchid #D783D2
RGB
CMYK
RGB Variations
Color information
#D783D2 (or 0xD783D2) is known color: Orchid. HEX triplet: D7, 83 and D2. RGB value is (215,131,210). Sum of RGB (Red+Green+Blue) = 215+131+210=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D783D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D783D2 is #287C2D. Grayscale: #A4A4A4. Windows color (decimal): -2653230 or 13796311. OLE color: 13796311.
HSL color Cylindrical-coordinate representation of color #D783D2: hue angle of 303.57º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D783D2 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 210 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.16 |
| HSL | 303.57º | 0.51% | 0.68% | - |
| HSV(B) | 303.57º | 0.39% | 0.84% | - |
| XYZ | 47.77 | 35.33 | 65.27 | - |
| YUV | 165.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 210 | 0 | 0.39 | 0.02 | 0.16 | 303.57 | 0.51 | 0.68 |
| Hex | D7 | 83 | D2 | 0 | 27 | 2 | 10 | 130 | 33 | 44 |
| Octal | 327 | 203 | 322 | 0 | 47 | 2 | 20 | 460 | 63 | 104 |
| Binary | 11010111 | 10000011 | 11010010 | 0 | 100111 | 10 | 10000 | 100110000 | 110011 | 1000100 |
Color Harmonies of #D783D2
Complementary color
Monochromatic Colors of #D783D2
Black with #D783D2
Text Example
Text Example
White with #D783D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D783D2; }
p { color: rgb(215,131,210); }
H1.HeaderClassName
{
color: #D783D2;
}
.AnyTagClassName
{
color: #D783D2;
}
</style>
background-color css
<style>
a { background-color: #D783D2; }
a { background-color: rgb(215,131,210); }
div.DivClassName
{
background-color: #D783D2;
}
.BgClassName
{
background-color: #D783D2;
}
</style>
border-color css
<style>
span { border-color: #D783D2; }
span { border-color: rgb(215,131,210); }
td.TdClassName
{
border-color: #D783D2;
}
.TagClassName
{
border-color: #D783D2;
}
</style>