Shades of Orchid #D485C2
Tints of Orchid #D485C2
RGB
CMYK
RGB Variations
Color information
#D485C2 (or 0xD485C2) is known color: Orchid. HEX triplet: D4, 85 and C2. RGB value is (212,133,194). Sum of RGB (Red+Green+Blue) = 212+133+194=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D485C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485C2 is #2B7A3D. Grayscale: #A3A3A3. Windows color (decimal): -2849342 or 12748244. OLE color: 12748244.
HSL color Cylindrical-coordinate representation of color #D485C2: hue angle of 313.67º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D485C2 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 133 | 194 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.17 |
| HSL | 313.67º | 0.48% | 0.68% | - |
| HSV(B) | 313.67º | 0.37% | 0.83% | - |
| XYZ | 45.28 | 34.67 | 55.34 | - |
| YUV | 163.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 194 | 0 | 0.37 | 0.08 | 0.17 | 313.67 | 0.48 | 0.68 |
| Hex | D4 | 85 | C2 | 0 | 25 | 8 | 11 | 13A | 30 | 44 |
| Octal | 324 | 205 | 302 | 0 | 45 | 10 | 21 | 472 | 60 | 104 |
| Binary | 11010100 | 10000101 | 11000010 | 0 | 100101 | 1000 | 10001 | 100111010 | 110000 | 1000100 |
Color Harmonies of #D485C2
Complementary color
Monochromatic Colors of #D485C2
Black with #D485C2
Text Example
Text Example
White with #D485C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D485C2; }
p { color: rgb(212,133,194); }
H1.HeaderClassName
{
color: #D485C2;
}
.AnyTagClassName
{
color: #D485C2;
}
</style>
background-color css
<style>
a { background-color: #D485C2; }
a { background-color: rgb(212,133,194); }
div.DivClassName
{
background-color: #D485C2;
}
.BgClassName
{
background-color: #D485C2;
}
</style>
border-color css
<style>
span { border-color: #D485C2; }
span { border-color: rgb(212,133,194); }
td.TdClassName
{
border-color: #D485C2;
}
.TagClassName
{
border-color: #D485C2;
}
</style>