Shades of Orchid #D081CC
Tints of Orchid #D081CC
RGB
CMYK
RGB Variations
Color information
#D081CC (or 0xD081CC) is known color: Orchid. HEX triplet: D0, 81 and CC. RGB value is (208,129,204). Sum of RGB (Red+Green+Blue) = 208+129+204=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D081CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081CC is #2F7E33. Grayscale: #A0A0A0. Windows color (decimal): -3112500 or 13402576. OLE color: 13402576.
HSL color Cylindrical-coordinate representation of color #D081CC: hue angle of 303.04º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D081CC is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 204 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.18 |
| HSL | 303.04º | 0.46% | 0.66% | - |
| HSV(B) | 303.04º | 0.38% | 0.82% | - |
| XYZ | 44.76 | 33.47 | 61.23 | - |
| YUV | 161.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 204 | 0 | 0.38 | 0.02 | 0.18 | 303.04 | 0.46 | 0.66 |
| Hex | D0 | 81 | CC | 0 | 26 | 2 | 12 | 12F | 2E | 42 |
| Octal | 320 | 201 | 314 | 0 | 46 | 2 | 22 | 457 | 56 | 102 |
| Binary | 11010000 | 10000001 | 11001100 | 0 | 100110 | 10 | 10010 | 100101111 | 101110 | 1000010 |
Color Harmonies of #D081CC
Complementary color
Monochromatic Colors of #D081CC
Black with #D081CC
Text Example
Text Example
White with #D081CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081CC; }
p { color: rgb(208,129,204); }
H1.HeaderClassName
{
color: #D081CC;
}
.AnyTagClassName
{
color: #D081CC;
}
</style>
background-color css
<style>
a { background-color: #D081CC; }
a { background-color: rgb(208,129,204); }
div.DivClassName
{
background-color: #D081CC;
}
.BgClassName
{
background-color: #D081CC;
}
</style>
border-color css
<style>
span { border-color: #D081CC; }
span { border-color: rgb(208,129,204); }
td.TdClassName
{
border-color: #D081CC;
}
.TagClassName
{
border-color: #D081CC;
}
</style>