Shades of Orchid #D380CE
Tints of Orchid #D380CE
RGB
CMYK
RGB Variations
Color information
#D380CE (or 0xD380CE) is known color: Orchid. HEX triplet: D3, 80 and CE. RGB value is (211,128,206). Sum of RGB (Red+Green+Blue) = 211+128+206=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D380CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380CE is #2C7F31. Grayscale: #A1A1A1. Windows color (decimal): -2916146 or 13533395. OLE color: 13533395.
HSL color Cylindrical-coordinate representation of color #D380CE: hue angle of 303.61º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D380CE is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 206 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.17 |
| HSL | 303.61º | 0.49% | 0.66% | - |
| HSV(B) | 303.61º | 0.39% | 0.83% | - |
| XYZ | 45.72 | 33.74 | 62.5 | - |
| YUV | 161.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 206 | 0 | 0.39 | 0.02 | 0.17 | 303.61 | 0.49 | 0.66 |
| Hex | D3 | 80 | CE | 0 | 27 | 2 | 11 | 130 | 31 | 42 |
| Octal | 323 | 200 | 316 | 0 | 47 | 2 | 21 | 460 | 61 | 102 |
| Binary | 11010011 | 10000000 | 11001110 | 0 | 100111 | 10 | 10001 | 100110000 | 110001 | 1000010 |
Color Harmonies of #D380CE
Complementary color
Monochromatic Colors of #D380CE
Black with #D380CE
Text Example
Text Example
White with #D380CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D380CE; }
p { color: rgb(211,128,206); }
H1.HeaderClassName
{
color: #D380CE;
}
.AnyTagClassName
{
color: #D380CE;
}
</style>
background-color css
<style>
a { background-color: #D380CE; }
a { background-color: rgb(211,128,206); }
div.DivClassName
{
background-color: #D380CE;
}
.BgClassName
{
background-color: #D380CE;
}
</style>
border-color css
<style>
span { border-color: #D380CE; }
span { border-color: rgb(211,128,206); }
td.TdClassName
{
border-color: #D380CE;
}
.TagClassName
{
border-color: #D380CE;
}
</style>