Shades of Orchid #D383CF
Tints of Orchid #D383CF
RGB
CMYK
RGB Variations
Color information
#D383CF (or 0xD383CF) is known color: Orchid. HEX triplet: D3, 83 and CF. RGB value is (211,131,207). Sum of RGB (Red+Green+Blue) = 211+131+207=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D383CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383CF is #2C7C30. Grayscale: #A3A3A3. Windows color (decimal): -2915377 or 13599699. OLE color: 13599699.
HSL color Cylindrical-coordinate representation of color #D383CF: hue angle of 303º 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 #D383CF is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 207 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.17 |
| HSL | 303º | 0.48% | 0.67% | - |
| HSV(B) | 303º | 0.38% | 0.83% | - |
| XYZ | 46.24 | 34.59 | 63.27 | - |
| YUV | 163.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 207 | 0 | 0.38 | 0.02 | 0.17 | 303 | 0.48 | 0.67 |
| Hex | D3 | 83 | CF | 0 | 26 | 2 | 11 | 12F | 30 | 43 |
| Octal | 323 | 203 | 317 | 0 | 46 | 2 | 21 | 457 | 60 | 103 |
| Binary | 11010011 | 10000011 | 11001111 | 0 | 100110 | 10 | 10001 | 100101111 | 110000 | 1000011 |
Color Harmonies of #D383CF
Complementary color
Monochromatic Colors of #D383CF
Black with #D383CF
Text Example
Text Example
White with #D383CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D383CF; }
p { color: rgb(211,131,207); }
H1.HeaderClassName
{
color: #D383CF;
}
.AnyTagClassName
{
color: #D383CF;
}
</style>
background-color css
<style>
a { background-color: #D383CF; }
a { background-color: rgb(211,131,207); }
div.DivClassName
{
background-color: #D383CF;
}
.BgClassName
{
background-color: #D383CF;
}
</style>
border-color css
<style>
span { border-color: #D383CF; }
span { border-color: rgb(211,131,207); }
td.TdClassName
{
border-color: #D383CF;
}
.TagClassName
{
border-color: #D383CF;
}
</style>