Shades of Orchid #D284CC
Tints of Orchid #D284CC
RGB
CMYK
RGB Variations
Color information
#D284CC (or 0xD284CC) is known color: Orchid. HEX triplet: D2, 84 and CC. RGB value is (210,132,204). Sum of RGB (Red+Green+Blue) = 210+132+204=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D284CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284CC is #2D7B33. Grayscale: #A3A3A3. Windows color (decimal): -2980660 or 13403346. OLE color: 13403346.
HSL color Cylindrical-coordinate representation of color #D284CC: hue angle of 304.62º 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 #D284CC is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 204 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.18 |
| HSL | 304.62º | 0.46% | 0.67% | - |
| HSV(B) | 304.62º | 0.37% | 0.82% | - |
| XYZ | 45.73 | 34.56 | 61.39 | - |
| YUV | 163.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 204 | 0 | 0.37 | 0.03 | 0.18 | 304.62 | 0.46 | 0.67 |
| Hex | D2 | 84 | CC | 0 | 25 | 3 | 12 | 131 | 2E | 43 |
| Octal | 322 | 204 | 314 | 0 | 45 | 3 | 22 | 461 | 56 | 103 |
| Binary | 11010010 | 10000100 | 11001100 | 0 | 100101 | 11 | 10010 | 100110001 | 101110 | 1000011 |
Color Harmonies of #D284CC
Complementary color
Monochromatic Colors of #D284CC
Black with #D284CC
Text Example
Text Example
White with #D284CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284CC; }
p { color: rgb(210,132,204); }
H1.HeaderClassName
{
color: #D284CC;
}
.AnyTagClassName
{
color: #D284CC;
}
</style>
background-color css
<style>
a { background-color: #D284CC; }
a { background-color: rgb(210,132,204); }
div.DivClassName
{
background-color: #D284CC;
}
.BgClassName
{
background-color: #D284CC;
}
</style>
border-color css
<style>
span { border-color: #D284CC; }
span { border-color: rgb(210,132,204); }
td.TdClassName
{
border-color: #D284CC;
}
.TagClassName
{
border-color: #D284CC;
}
</style>