Shades of Orchid #D279D4
Tints of Orchid #D279D4
RGB
CMYK
RGB Variations
Color information
#D279D4 (or 0xD279D4) is known color: Orchid. HEX triplet: D2, 79 and D4. RGB value is (210,121,212). Sum of RGB (Red+Green+Blue) = 210+121+212=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #D279D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279D4 is #2D862B. Grayscale: #9D9D9D. Windows color (decimal): -2983468 or 13924818. OLE color: 13924818.
HSL color Cylindrical-coordinate representation of color #D279D4: hue angle of 298.68º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D279D4 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 121 | 212 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.17 |
| HSL | 298.68º | 0.51% | 0.65% | - |
| HSV(B) | 298.68º | 0.43% | 0.83% | - |
| XYZ | 45.3 | 32.13 | 66.1 | - |
| YUV | 157.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 212 | 0.01 | 0.43 | 0 | 0.17 | 298.68 | 0.51 | 0.65 |
| Hex | D2 | 79 | D4 | 1 | 2B | 0 | 11 | 12B | 33 | 41 |
| Octal | 322 | 171 | 324 | 1 | 53 | 0 | 21 | 453 | 63 | 101 |
| Binary | 11010010 | 1111001 | 11010100 | 1 | 101011 | 0 | 10001 | 100101011 | 110011 | 1000001 |
Color Harmonies of #D279D4
Complementary color
Monochromatic Colors of #D279D4
Black with #D279D4
Text Example
Text Example
White with #D279D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D279D4; }
p { color: rgb(210,121,212); }
H1.HeaderClassName
{
color: #D279D4;
}
.AnyTagClassName
{
color: #D279D4;
}
</style>
background-color css
<style>
a { background-color: #D279D4; }
a { background-color: rgb(210,121,212); }
div.DivClassName
{
background-color: #D279D4;
}
.BgClassName
{
background-color: #D279D4;
}
</style>
border-color css
<style>
span { border-color: #D279D4; }
span { border-color: rgb(210,121,212); }
td.TdClassName
{
border-color: #D279D4;
}
.TagClassName
{
border-color: #D279D4;
}
</style>