Shades of Orchid #D583CE
Tints of Orchid #D583CE
RGB
CMYK
RGB Variations
Color information
#D583CE (or 0xD583CE) is known color: Orchid. HEX triplet: D5, 83 and CE. RGB value is (213,131,206). Sum of RGB (Red+Green+Blue) = 213+131+206=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D583CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583CE is #2A7C31. Grayscale: #A3A3A3. Windows color (decimal): -2784306 or 13534165. OLE color: 13534165.
HSL color Cylindrical-coordinate representation of color #D583CE: hue angle of 305.12º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D583CE is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 206 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.16 |
| HSL | 305.12º | 0.49% | 0.67% | - |
| HSV(B) | 305.12º | 0.38% | 0.84% | - |
| XYZ | 46.7 | 34.83 | 62.66 | - |
| YUV | 164.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 206 | 0 | 0.38 | 0.03 | 0.16 | 305.12 | 0.49 | 0.67 |
| Hex | D5 | 83 | CE | 0 | 26 | 3 | 10 | 131 | 31 | 43 |
| Octal | 325 | 203 | 316 | 0 | 46 | 3 | 20 | 461 | 61 | 103 |
| Binary | 11010101 | 10000011 | 11001110 | 0 | 100110 | 11 | 10000 | 100110001 | 110001 | 1000011 |
Color Harmonies of #D583CE
Complementary color
Monochromatic Colors of #D583CE
Black with #D583CE
Text Example
Text Example
White with #D583CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583CE; }
p { color: rgb(213,131,206); }
H1.HeaderClassName
{
color: #D583CE;
}
.AnyTagClassName
{
color: #D583CE;
}
</style>
background-color css
<style>
a { background-color: #D583CE; }
a { background-color: rgb(213,131,206); }
div.DivClassName
{
background-color: #D583CE;
}
.BgClassName
{
background-color: #D583CE;
}
</style>
border-color css
<style>
span { border-color: #D583CE; }
span { border-color: rgb(213,131,206); }
td.TdClassName
{
border-color: #D583CE;
}
.TagClassName
{
border-color: #D583CE;
}
</style>