Shades of Orchid #D285C8
Tints of Orchid #D285C8
RGB
CMYK
RGB Variations
Color information
#D285C8 (or 0xD285C8) is known color: Orchid. HEX triplet: D2, 85 and C8. RGB value is (210,133,200). Sum of RGB (Red+Green+Blue) = 210+133+200=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D285C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285C8 is #2D7A37. Grayscale: #A3A3A3. Windows color (decimal): -2980408 or 13141458. OLE color: 13141458.
HSL color Cylindrical-coordinate representation of color #D285C8: hue angle of 307.79º 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 #D285C8 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 200 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.18 |
| HSL | 307.79º | 0.46% | 0.67% | - |
| HSV(B) | 307.79º | 0.37% | 0.82% | - |
| XYZ | 45.39 | 34.65 | 58.94 | - |
| YUV | 163.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 200 | 0 | 0.37 | 0.05 | 0.18 | 307.79 | 0.46 | 0.67 |
| Hex | D2 | 85 | C8 | 0 | 25 | 5 | 12 | 134 | 2E | 43 |
| Octal | 322 | 205 | 310 | 0 | 45 | 5 | 22 | 464 | 56 | 103 |
| Binary | 11010010 | 10000101 | 11001000 | 0 | 100101 | 101 | 10010 | 100110100 | 101110 | 1000011 |
Color Harmonies of #D285C8
Complementary color
Monochromatic Colors of #D285C8
Black with #D285C8
Text Example
Text Example
White with #D285C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285C8; }
p { color: rgb(210,133,200); }
H1.HeaderClassName
{
color: #D285C8;
}
.AnyTagClassName
{
color: #D285C8;
}
</style>
background-color css
<style>
a { background-color: #D285C8; }
a { background-color: rgb(210,133,200); }
div.DivClassName
{
background-color: #D285C8;
}
.BgClassName
{
background-color: #D285C8;
}
</style>
border-color css
<style>
span { border-color: #D285C8; }
span { border-color: rgb(210,133,200); }
td.TdClassName
{
border-color: #D285C8;
}
.TagClassName
{
border-color: #D285C8;
}
</style>