Shades of Orchid #D383CB
Tints of Orchid #D383CB
RGB
CMYK
RGB Variations
Color information
#D383CB (or 0xD383CB) is known color: Orchid. HEX triplet: D3, 83 and CB. RGB value is (211,131,203). Sum of RGB (Red+Green+Blue) = 211+131+203=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D383CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383CB is #2C7C34. Grayscale: #A2A2A2. Windows color (decimal): -2915381 or 13337555. OLE color: 13337555.
HSL color Cylindrical-coordinate representation of color #D383CB: hue angle of 306º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D383CB is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 203 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.17 |
| HSL | 306º | 0.48% | 0.67% | - |
| HSV(B) | 306º | 0.38% | 0.83% | - |
| XYZ | 45.76 | 34.39 | 60.73 | - |
| YUV | 163.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 203 | 0 | 0.38 | 0.04 | 0.17 | 306 | 0.48 | 0.67 |
| Hex | D3 | 83 | CB | 0 | 26 | 4 | 11 | 132 | 30 | 43 |
| Octal | 323 | 203 | 313 | 0 | 46 | 4 | 21 | 462 | 60 | 103 |
| Binary | 11010011 | 10000011 | 11001011 | 0 | 100110 | 100 | 10001 | 100110010 | 110000 | 1000011 |
Color Harmonies of #D383CB
Complementary color
Monochromatic Colors of #D383CB
Black with #D383CB
Text Example
Text Example
White with #D383CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D383CB; }
p { color: rgb(211,131,203); }
H1.HeaderClassName
{
color: #D383CB;
}
.AnyTagClassName
{
color: #D383CB;
}
</style>
background-color css
<style>
a { background-color: #D383CB; }
a { background-color: rgb(211,131,203); }
div.DivClassName
{
background-color: #D383CB;
}
.BgClassName
{
background-color: #D383CB;
}
</style>
border-color css
<style>
span { border-color: #D383CB; }
span { border-color: rgb(211,131,203); }
td.TdClassName
{
border-color: #D383CB;
}
.TagClassName
{
border-color: #D383CB;
}
</style>