Shades of Orchid #D380CB
Tints of Orchid #D380CB
RGB
CMYK
RGB Variations
Color information
#D380CB (or 0xD380CB) is known color: Orchid. HEX triplet: D3, 80 and CB. RGB value is (211,128,203). Sum of RGB (Red+Green+Blue) = 211+128+203=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D380CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380CB is #2C7F34. Grayscale: #A1A1A1. Windows color (decimal): -2916149 or 13336787. OLE color: 13336787.
HSL color Cylindrical-coordinate representation of color #D380CB: hue angle of 305.78º 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 #D380CB is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 203 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.17 |
| HSL | 305.78º | 0.49% | 0.66% | - |
| HSV(B) | 305.78º | 0.39% | 0.83% | - |
| XYZ | 45.36 | 33.6 | 60.59 | - |
| YUV | 161.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 203 | 0 | 0.39 | 0.04 | 0.17 | 305.78 | 0.49 | 0.66 |
| Hex | D3 | 80 | CB | 0 | 27 | 4 | 11 | 132 | 31 | 42 |
| Octal | 323 | 200 | 313 | 0 | 47 | 4 | 21 | 462 | 61 | 102 |
| Binary | 11010011 | 10000000 | 11001011 | 0 | 100111 | 100 | 10001 | 100110010 | 110001 | 1000010 |
Color Harmonies of #D380CB
Complementary color
Monochromatic Colors of #D380CB
Black with #D380CB
Text Example
Text Example
White with #D380CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D380CB; }
p { color: rgb(211,128,203); }
H1.HeaderClassName
{
color: #D380CB;
}
.AnyTagClassName
{
color: #D380CB;
}
</style>
background-color css
<style>
a { background-color: #D380CB; }
a { background-color: rgb(211,128,203); }
div.DivClassName
{
background-color: #D380CB;
}
.BgClassName
{
background-color: #D380CB;
}
</style>
border-color css
<style>
span { border-color: #D380CB; }
span { border-color: rgb(211,128,203); }
td.TdClassName
{
border-color: #D380CB;
}
.TagClassName
{
border-color: #D380CB;
}
</style>