Shades of Orchid #D279E6
Tints of Orchid #D279E6
RGB
CMYK
RGB Variations
Color information
#D279E6 (or 0xD279E6) is known color: Orchid. HEX triplet: D2, 79 and E6. RGB value is (210,121,230). Sum of RGB (Red+Green+Blue) = 210+121+230=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #D279E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D279E6 is #2D8619. Grayscale: #9F9F9F. Windows color (decimal): -2983450 or 15104466. OLE color: 15104466.
HSL color Cylindrical-coordinate representation of color #D279E6: hue angle of 288.99º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D279E6 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 121 | 230 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.10 |
| HSL | 288.99º | 0.69% | 0.69% | - |
| HSV(B) | 288.99º | 0.47% | 0.9% | - |
| XYZ | 47.7 | 33.09 | 78.74 | - |
| YUV | 160.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 230 | 0.09 | 0.47 | 0 | 0.10 | 288.99 | 0.69 | 0.69 |
| Hex | D2 | 79 | E6 | 9 | 2F | 0 | A | 121 | 45 | 45 |
| Octal | 322 | 171 | 346 | 11 | 57 | 0 | 12 | 441 | 105 | 105 |
| Binary | 11010010 | 1111001 | 11100110 | 1001 | 101111 | 0 | 1010 | 100100001 | 1000101 | 1000101 |
Color Harmonies of #D279E6
Complementary color
Monochromatic Colors of #D279E6
Black with #D279E6
Text Example
Text Example
White with #D279E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D279E6; }
p { color: rgb(210,121,230); }
H1.HeaderClassName
{
color: #D279E6;
}
.AnyTagClassName
{
color: #D279E6;
}
</style>
background-color css
<style>
a { background-color: #D279E6; }
a { background-color: rgb(210,121,230); }
div.DivClassName
{
background-color: #D279E6;
}
.BgClassName
{
background-color: #D279E6;
}
</style>
border-color css
<style>
span { border-color: #D279E6; }
span { border-color: rgb(210,121,230); }
td.TdClassName
{
border-color: #D279E6;
}
.TagClassName
{
border-color: #D279E6;
}
</style>