Shades of Orchid #D183CB
Tints of Orchid #D183CB
RGB
CMYK
RGB Variations
Color information
#D183CB (or 0xD183CB) is known color: Orchid. HEX triplet: D1, 83 and CB. RGB value is (209,131,203). Sum of RGB (Red+Green+Blue) = 209+131+203=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D183CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183CB is #2E7C34. Grayscale: #A2A2A2. Windows color (decimal): -3046453 or 13337553. OLE color: 13337553.
HSL color Cylindrical-coordinate representation of color #D183CB: hue angle of 304.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D183CB is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 203 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.18 |
| HSL | 304.62º | 0.46% | 0.67% | - |
| HSV(B) | 304.62º | 0.37% | 0.82% | - |
| XYZ | 45.19 | 34.1 | 60.7 | - |
| YUV | 162.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 203 | 0 | 0.37 | 0.03 | 0.18 | 304.62 | 0.46 | 0.67 |
| Hex | D1 | 83 | CB | 0 | 25 | 3 | 12 | 131 | 2E | 43 |
| Octal | 321 | 203 | 313 | 0 | 45 | 3 | 22 | 461 | 56 | 103 |
| Binary | 11010001 | 10000011 | 11001011 | 0 | 100101 | 11 | 10010 | 100110001 | 101110 | 1000011 |
Color Harmonies of #D183CB
Complementary color
Monochromatic Colors of #D183CB
Black with #D183CB
Text Example
Text Example
White with #D183CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183CB; }
p { color: rgb(209,131,203); }
H1.HeaderClassName
{
color: #D183CB;
}
.AnyTagClassName
{
color: #D183CB;
}
</style>
background-color css
<style>
a { background-color: #D183CB; }
a { background-color: rgb(209,131,203); }
div.DivClassName
{
background-color: #D183CB;
}
.BgClassName
{
background-color: #D183CB;
}
</style>
border-color css
<style>
span { border-color: #D183CB; }
span { border-color: rgb(209,131,203); }
td.TdClassName
{
border-color: #D183CB;
}
.TagClassName
{
border-color: #D183CB;
}
</style>