Shades of Orchid #DD85CA
Tints of Orchid #DD85CA
RGB
CMYK
RGB Variations
Color information
#DD85CA (or 0xDD85CA) is known color: Orchid. HEX triplet: DD, 85 and CA. RGB value is (221,133,202). Sum of RGB (Red+Green+Blue) = 221+133+202=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85CA is #227A35. Grayscale: #A6A6A6. Windows color (decimal): -2259510 or 13272541. OLE color: 13272541.
HSL color Cylindrical-coordinate representation of color #DD85CA: hue angle of 312.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85CA is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 202 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.13 |
| HSL | 312.95º | 0.56% | 0.69% | - |
| HSV(B) | 312.95º | 0.4% | 0.87% | - |
| XYZ | 48.87 | 36.41 | 60.33 | - |
| YUV | 167.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 202 | 0 | 0.40 | 0.09 | 0.13 | 312.95 | 0.56 | 0.69 |
| Hex | DD | 85 | CA | 0 | 28 | 9 | D | 139 | 38 | 45 |
| Octal | 335 | 205 | 312 | 0 | 50 | 11 | 15 | 471 | 70 | 105 |
| Binary | 11011101 | 10000101 | 11001010 | 0 | 101000 | 1001 | 1101 | 100111001 | 111000 | 1000101 |
Color Harmonies of #DD85CA
Complementary color
Monochromatic Colors of #DD85CA
Black with #DD85CA
Text Example
Text Example
White with #DD85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85CA; }
p { color: rgb(221,133,202); }
H1.HeaderClassName
{
color: #DD85CA;
}
.AnyTagClassName
{
color: #DD85CA;
}
</style>
background-color css
<style>
a { background-color: #DD85CA; }
a { background-color: rgb(221,133,202); }
div.DivClassName
{
background-color: #DD85CA;
}
.BgClassName
{
background-color: #DD85CA;
}
</style>
border-color css
<style>
span { border-color: #DD85CA; }
span { border-color: rgb(221,133,202); }
td.TdClassName
{
border-color: #DD85CA;
}
.TagClassName
{
border-color: #DD85CA;
}
</style>