Shades of Orchid #D583CD
Tints of Orchid #D583CD
RGB
CMYK
RGB Variations
Color information
#D583CD (or 0xD583CD) is known color: Orchid. HEX triplet: D5, 83 and CD. RGB value is (213,131,205). Sum of RGB (Red+Green+Blue) = 213+131+205=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D583CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583CD is #2A7C32. Grayscale: #A3A3A3. Windows color (decimal): -2784307 or 13468629. OLE color: 13468629.
HSL color Cylindrical-coordinate representation of color #D583CD: hue angle of 305.85º 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 #D583CD is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 205 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.16 |
| HSL | 305.85º | 0.49% | 0.67% | - |
| HSV(B) | 305.85º | 0.38% | 0.84% | - |
| XYZ | 46.58 | 34.79 | 62.02 | - |
| YUV | 163.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 205 | 0 | 0.38 | 0.04 | 0.16 | 305.85 | 0.49 | 0.67 |
| Hex | D5 | 83 | CD | 0 | 26 | 4 | 10 | 132 | 31 | 43 |
| Octal | 325 | 203 | 315 | 0 | 46 | 4 | 20 | 462 | 61 | 103 |
| Binary | 11010101 | 10000011 | 11001101 | 0 | 100110 | 100 | 10000 | 100110010 | 110001 | 1000011 |
Color Harmonies of #D583CD
Complementary color
Monochromatic Colors of #D583CD
Black with #D583CD
Text Example
Text Example
White with #D583CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583CD; }
p { color: rgb(213,131,205); }
H1.HeaderClassName
{
color: #D583CD;
}
.AnyTagClassName
{
color: #D583CD;
}
</style>
background-color css
<style>
a { background-color: #D583CD; }
a { background-color: rgb(213,131,205); }
div.DivClassName
{
background-color: #D583CD;
}
.BgClassName
{
background-color: #D583CD;
}
</style>
border-color css
<style>
span { border-color: #D583CD; }
span { border-color: rgb(213,131,205); }
td.TdClassName
{
border-color: #D583CD;
}
.TagClassName
{
border-color: #D583CD;
}
</style>