Shades of Orchid #D275D2
Tints of Orchid #D275D2
RGB
CMYK
RGB Variations
Color information
#D275D2 (or 0xD275D2) is known color: Orchid. HEX triplet: D2, 75 and D2. RGB value is (210,117,210). Sum of RGB (Red+Green+Blue) = 210+117+210=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D275D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275D2 is #2D8A2D. Grayscale: #9B9B9B. Windows color (decimal): -2984494 or 13792722. OLE color: 13792722.
HSL color Cylindrical-coordinate representation of color #D275D2: hue angle of 300º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D275D2 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 210 | - |
| CMYK | 0 | 0.44 | 0 | 0.18 |
| HSL | 300º | 0.51% | 0.64% | - |
| HSV(B) | 300º | 0.44% | 0.82% | - |
| XYZ | 44.57 | 31.08 | 64.62 | - |
| YUV | 155.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 210 | 0 | 0.44 | 0 | 0.18 | 300 | 0.51 | 0.64 |
| Hex | D2 | 75 | D2 | 0 | 2C | 0 | 12 | 12C | 33 | 40 |
| Octal | 322 | 165 | 322 | 0 | 54 | 0 | 22 | 454 | 63 | 100 |
| Binary | 11010010 | 1110101 | 11010010 | 0 | 101100 | 0 | 10010 | 100101100 | 110011 | 1000000 |
Color Harmonies of #D275D2
Complementary color
Monochromatic Colors of #D275D2
Black with #D275D2
Text Example
Text Example
White with #D275D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275D2; }
p { color: rgb(210,117,210); }
H1.HeaderClassName
{
color: #D275D2;
}
.AnyTagClassName
{
color: #D275D2;
}
</style>
background-color css
<style>
a { background-color: #D275D2; }
a { background-color: rgb(210,117,210); }
div.DivClassName
{
background-color: #D275D2;
}
.BgClassName
{
background-color: #D275D2;
}
</style>
border-color css
<style>
span { border-color: #D275D2; }
span { border-color: rgb(210,117,210); }
td.TdClassName
{
border-color: #D275D2;
}
.TagClassName
{
border-color: #D275D2;
}
</style>