Shades of Orchid #D380CC
Tints of Orchid #D380CC
RGB
CMYK
RGB Variations
Color information
#D380CC (or 0xD380CC) is known color: Orchid. HEX triplet: D3, 80 and CC. RGB value is (211,128,204). Sum of RGB (Red+Green+Blue) = 211+128+204=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D380CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380CC is #2C7F33. Grayscale: #A1A1A1. Windows color (decimal): -2916148 or 13402323. OLE color: 13402323.
HSL color Cylindrical-coordinate representation of color #D380CC: hue angle of 305.06º 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 #D380CC is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 204 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.17 |
| HSL | 305.06º | 0.49% | 0.66% | - |
| HSV(B) | 305.06º | 0.39% | 0.83% | - |
| XYZ | 45.48 | 33.65 | 61.22 | - |
| YUV | 161.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 204 | 0 | 0.39 | 0.03 | 0.17 | 305.06 | 0.49 | 0.66 |
| Hex | D3 | 80 | CC | 0 | 27 | 3 | 11 | 131 | 31 | 42 |
| Octal | 323 | 200 | 314 | 0 | 47 | 3 | 21 | 461 | 61 | 102 |
| Binary | 11010011 | 10000000 | 11001100 | 0 | 100111 | 11 | 10001 | 100110001 | 110001 | 1000010 |
Color Harmonies of #D380CC
Complementary color
Monochromatic Colors of #D380CC
Black with #D380CC
Text Example
Text Example
White with #D380CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D380CC; }
p { color: rgb(211,128,204); }
H1.HeaderClassName
{
color: #D380CC;
}
.AnyTagClassName
{
color: #D380CC;
}
</style>
background-color css
<style>
a { background-color: #D380CC; }
a { background-color: rgb(211,128,204); }
div.DivClassName
{
background-color: #D380CC;
}
.BgClassName
{
background-color: #D380CC;
}
</style>
border-color css
<style>
span { border-color: #D380CC; }
span { border-color: rgb(211,128,204); }
td.TdClassName
{
border-color: #D380CC;
}
.TagClassName
{
border-color: #D380CC;
}
</style>