Shades of Orchid #D583CB
Tints of Orchid #D583CB
RGB
CMYK
RGB Variations
Color information
#D583CB (or 0xD583CB) is known color: Orchid. HEX triplet: D5, 83 and CB. RGB value is (213,131,203). Sum of RGB (Red+Green+Blue) = 213+131+203=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D583CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583CB is #2A7C34. Grayscale: #A3A3A3. Windows color (decimal): -2784309 or 13337557. OLE color: 13337557.
HSL color Cylindrical-coordinate representation of color #D583CB: hue angle of 307.32º 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 #D583CB is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 203 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.16 |
| HSL | 307.32º | 0.49% | 0.67% | - |
| HSV(B) | 307.32º | 0.38% | 0.84% | - |
| XYZ | 46.34 | 34.69 | 60.75 | - |
| YUV | 163.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 203 | 0 | 0.38 | 0.05 | 0.16 | 307.32 | 0.49 | 0.67 |
| Hex | D5 | 83 | CB | 0 | 26 | 5 | 10 | 133 | 31 | 43 |
| Octal | 325 | 203 | 313 | 0 | 46 | 5 | 20 | 463 | 61 | 103 |
| Binary | 11010101 | 10000011 | 11001011 | 0 | 100110 | 101 | 10000 | 100110011 | 110001 | 1000011 |
Color Harmonies of #D583CB
Complementary color
Monochromatic Colors of #D583CB
Black with #D583CB
Text Example
Text Example
White with #D583CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583CB; }
p { color: rgb(213,131,203); }
H1.HeaderClassName
{
color: #D583CB;
}
.AnyTagClassName
{
color: #D583CB;
}
</style>
background-color css
<style>
a { background-color: #D583CB; }
a { background-color: rgb(213,131,203); }
div.DivClassName
{
background-color: #D583CB;
}
.BgClassName
{
background-color: #D583CB;
}
</style>
border-color css
<style>
span { border-color: #D583CB; }
span { border-color: rgb(213,131,203); }
td.TdClassName
{
border-color: #D583CB;
}
.TagClassName
{
border-color: #D583CB;
}
</style>