Shades of Orchid #D085CC
Tints of Orchid #D085CC
RGB
CMYK
RGB Variations
Color information
#D085CC (or 0xD085CC) is known color: Orchid. HEX triplet: D0, 85 and CC. RGB value is (208,133,204). Sum of RGB (Red+Green+Blue) = 208+133+204=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D085CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085CC is #2F7A33. Grayscale: #A3A3A3. Windows color (decimal): -3111476 or 13403600. OLE color: 13403600.
HSL color Cylindrical-coordinate representation of color #D085CC: hue angle of 303.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D085CC is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 204 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.18 |
| HSL | 303.2º | 0.44% | 0.67% | - |
| HSV(B) | 303.2º | 0.36% | 0.82% | - |
| XYZ | 45.3 | 34.54 | 61.41 | - |
| YUV | 163.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 204 | 0 | 0.36 | 0.02 | 0.18 | 303.2 | 0.44 | 0.67 |
| Hex | D0 | 85 | CC | 0 | 24 | 2 | 12 | 12F | 2C | 43 |
| Octal | 320 | 205 | 314 | 0 | 44 | 2 | 22 | 457 | 54 | 103 |
| Binary | 11010000 | 10000101 | 11001100 | 0 | 100100 | 10 | 10010 | 100101111 | 101100 | 1000011 |
Color Harmonies of #D085CC
Complementary color
Monochromatic Colors of #D085CC
Black with #D085CC
Text Example
Text Example
White with #D085CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085CC; }
p { color: rgb(208,133,204); }
H1.HeaderClassName
{
color: #D085CC;
}
.AnyTagClassName
{
color: #D085CC;
}
</style>
background-color css
<style>
a { background-color: #D085CC; }
a { background-color: rgb(208,133,204); }
div.DivClassName
{
background-color: #D085CC;
}
.BgClassName
{
background-color: #D085CC;
}
</style>
border-color css
<style>
span { border-color: #D085CC; }
span { border-color: rgb(208,133,204); }
td.TdClassName
{
border-color: #D085CC;
}
.TagClassName
{
border-color: #D085CC;
}
</style>