Shades of Orchid #D285CC
Tints of Orchid #D285CC
RGB
CMYK
RGB Variations
Color information
#D285CC (or 0xD285CC) is known color: Orchid. HEX triplet: D2, 85 and CC. RGB value is (210,133,204). Sum of RGB (Red+Green+Blue) = 210+133+204=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D285CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285CC is #2D7A33. Grayscale: #A3A3A3. Windows color (decimal): -2980404 or 13403602. OLE color: 13403602.
HSL color Cylindrical-coordinate representation of color #D285CC: hue angle of 304.68º 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 #D285CC is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 204 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.18 |
| HSL | 304.68º | 0.46% | 0.67% | - |
| HSV(B) | 304.68º | 0.37% | 0.82% | - |
| XYZ | 45.86 | 34.84 | 61.43 | - |
| YUV | 164.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 204 | 0 | 0.37 | 0.03 | 0.18 | 304.68 | 0.46 | 0.67 |
| Hex | D2 | 85 | CC | 0 | 25 | 3 | 12 | 131 | 2E | 43 |
| Octal | 322 | 205 | 314 | 0 | 45 | 3 | 22 | 461 | 56 | 103 |
| Binary | 11010010 | 10000101 | 11001100 | 0 | 100101 | 11 | 10010 | 100110001 | 101110 | 1000011 |
Color Harmonies of #D285CC
Complementary color
Monochromatic Colors of #D285CC
Black with #D285CC
Text Example
Text Example
White with #D285CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285CC; }
p { color: rgb(210,133,204); }
H1.HeaderClassName
{
color: #D285CC;
}
.AnyTagClassName
{
color: #D285CC;
}
</style>
background-color css
<style>
a { background-color: #D285CC; }
a { background-color: rgb(210,133,204); }
div.DivClassName
{
background-color: #D285CC;
}
.BgClassName
{
background-color: #D285CC;
}
</style>
border-color css
<style>
span { border-color: #D285CC; }
span { border-color: rgb(210,133,204); }
td.TdClassName
{
border-color: #D285CC;
}
.TagClassName
{
border-color: #D285CC;
}
</style>