Shades of Orchid #D275DC
Tints of Orchid #D275DC
RGB
CMYK
RGB Variations
Color information
#D275DC (or 0xD275DC) is known color: Orchid. HEX triplet: D2, 75 and DC. RGB value is (210,117,220). Sum of RGB (Red+Green+Blue) = 210+117+220=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #D275DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275DC is #2D8A23. Grayscale: #9C9C9C. Windows color (decimal): -2984484 or 14448082. OLE color: 14448082.
HSL color Cylindrical-coordinate representation of color #D275DC: hue angle of 294.17º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D275DC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 117 | 220 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.14 |
| HSL | 294.17º | 0.6% | 0.66% | - |
| HSV(B) | 294.17º | 0.47% | 0.86% | - |
| XYZ | 45.86 | 31.59 | 71.39 | - |
| YUV | 156.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 220 | 0.05 | 0.47 | 0 | 0.14 | 294.17 | 0.6 | 0.66 |
| Hex | D2 | 75 | DC | 5 | 2F | 0 | E | 126 | 3C | 42 |
| Octal | 322 | 165 | 334 | 5 | 57 | 0 | 16 | 446 | 74 | 102 |
| Binary | 11010010 | 1110101 | 11011100 | 101 | 101111 | 0 | 1110 | 100100110 | 111100 | 1000010 |
Color Harmonies of #D275DC
Complementary color
Monochromatic Colors of #D275DC
Black with #D275DC
Text Example
Text Example
White with #D275DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275DC; }
p { color: rgb(210,117,220); }
H1.HeaderClassName
{
color: #D275DC;
}
.AnyTagClassName
{
color: #D275DC;
}
</style>
background-color css
<style>
a { background-color: #D275DC; }
a { background-color: rgb(210,117,220); }
div.DivClassName
{
background-color: #D275DC;
}
.BgClassName
{
background-color: #D275DC;
}
</style>
border-color css
<style>
span { border-color: #D275DC; }
span { border-color: rgb(210,117,220); }
td.TdClassName
{
border-color: #D275DC;
}
.TagClassName
{
border-color: #D275DC;
}
</style>