Shades of Orchid #D285C5
Tints of Orchid #D285C5
RGB
CMYK
RGB Variations
Color information
#D285C5 (or 0xD285C5) is known color: Orchid. HEX triplet: D2, 85 and C5. RGB value is (210,133,197). Sum of RGB (Red+Green+Blue) = 210+133+197=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D285C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285C5 is #2D7A3A. Grayscale: #A3A3A3. Windows color (decimal): -2980411 or 12944850. OLE color: 12944850.
HSL color Cylindrical-coordinate representation of color #D285C5: hue angle of 310.13º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D285C5 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 197 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.18 |
| HSL | 310.13º | 0.46% | 0.67% | - |
| HSV(B) | 310.13º | 0.37% | 0.82% | - |
| XYZ | 45.04 | 34.51 | 57.11 | - |
| YUV | 163.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 197 | 0 | 0.37 | 0.06 | 0.18 | 310.13 | 0.46 | 0.67 |
| Hex | D2 | 85 | C5 | 0 | 25 | 6 | 12 | 136 | 2E | 43 |
| Octal | 322 | 205 | 305 | 0 | 45 | 6 | 22 | 466 | 56 | 103 |
| Binary | 11010010 | 10000101 | 11000101 | 0 | 100101 | 110 | 10010 | 100110110 | 101110 | 1000011 |
Color Harmonies of #D285C5
Complementary color
Monochromatic Colors of #D285C5
Black with #D285C5
Text Example
Text Example
White with #D285C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285C5; }
p { color: rgb(210,133,197); }
H1.HeaderClassName
{
color: #D285C5;
}
.AnyTagClassName
{
color: #D285C5;
}
</style>
background-color css
<style>
a { background-color: #D285C5; }
a { background-color: rgb(210,133,197); }
div.DivClassName
{
background-color: #D285C5;
}
.BgClassName
{
background-color: #D285C5;
}
</style>
border-color css
<style>
span { border-color: #D285C5; }
span { border-color: rgb(210,133,197); }
td.TdClassName
{
border-color: #D285C5;
}
.TagClassName
{
border-color: #D285C5;
}
</style>