Shades of Orchid #D581CB
Tints of Orchid #D581CB
RGB
CMYK
RGB Variations
Color information
#D581CB (or 0xD581CB) is known color: Orchid. HEX triplet: D5, 81 and CB. RGB value is (213,129,203). Sum of RGB (Red+Green+Blue) = 213+129+203=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D581CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581CB is #2A7E34. Grayscale: #A2A2A2. Windows color (decimal): -2784821 or 13337045. OLE color: 13337045.
HSL color Cylindrical-coordinate representation of color #D581CB: hue angle of 307.14º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D581CB is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 203 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.16 |
| HSL | 307.14º | 0.5% | 0.67% | - |
| HSV(B) | 307.14º | 0.39% | 0.84% | - |
| XYZ | 46.07 | 34.16 | 60.66 | - |
| YUV | 162.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 203 | 0 | 0.39 | 0.05 | 0.16 | 307.14 | 0.5 | 0.67 |
| Hex | D5 | 81 | CB | 0 | 27 | 5 | 10 | 133 | 32 | 43 |
| Octal | 325 | 201 | 313 | 0 | 47 | 5 | 20 | 463 | 62 | 103 |
| Binary | 11010101 | 10000001 | 11001011 | 0 | 100111 | 101 | 10000 | 100110011 | 110010 | 1000011 |
Color Harmonies of #D581CB
Complementary color
Monochromatic Colors of #D581CB
Black with #D581CB
Text Example
Text Example
White with #D581CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D581CB; }
p { color: rgb(213,129,203); }
H1.HeaderClassName
{
color: #D581CB;
}
.AnyTagClassName
{
color: #D581CB;
}
</style>
background-color css
<style>
a { background-color: #D581CB; }
a { background-color: rgb(213,129,203); }
div.DivClassName
{
background-color: #D581CB;
}
.BgClassName
{
background-color: #D581CB;
}
</style>
border-color css
<style>
span { border-color: #D581CB; }
span { border-color: rgb(213,129,203); }
td.TdClassName
{
border-color: #D581CB;
}
.TagClassName
{
border-color: #D581CB;
}
</style>