Shades of Orchid #D275D3
Tints of Orchid #D275D3
RGB
CMYK
RGB Variations
Color information
#D275D3 (or 0xD275D3) is known color: Orchid. HEX triplet: D2, 75 and D3. RGB value is (210,117,211). Sum of RGB (Red+Green+Blue) = 210+117+211=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 211 - color contains mainly: blue. Hex color #D275D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275D3 is #2D8A2C. Grayscale: #9B9B9B. Windows color (decimal): -2984493 or 13858258. OLE color: 13858258.
HSL color Cylindrical-coordinate representation of color #D275D3: hue angle of 299.36º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D275D3 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 117 | 211 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.17 |
| HSL | 299.36º | 0.52% | 0.64% | - |
| HSV(B) | 299.36º | 0.45% | 0.83% | - |
| XYZ | 44.7 | 31.13 | 65.28 | - |
| YUV | 155.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 211 | 0.00 | 0.45 | 0 | 0.17 | 299.36 | 0.52 | 0.64 |
| Hex | D2 | 75 | D3 | 0 | 2D | 0 | 11 | 12B | 34 | 40 |
| Octal | 322 | 165 | 323 | 0 | 55 | 0 | 21 | 453 | 64 | 100 |
| Binary | 11010010 | 1110101 | 11010011 | 0 | 101101 | 0 | 10001 | 100101011 | 110100 | 1000000 |
Color Harmonies of #D275D3
Complementary color
Monochromatic Colors of #D275D3
Black with #D275D3
Text Example
Text Example
White with #D275D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275D3; }
p { color: rgb(210,117,211); }
H1.HeaderClassName
{
color: #D275D3;
}
.AnyTagClassName
{
color: #D275D3;
}
</style>
background-color css
<style>
a { background-color: #D275D3; }
a { background-color: rgb(210,117,211); }
div.DivClassName
{
background-color: #D275D3;
}
.BgClassName
{
background-color: #D275D3;
}
</style>
border-color css
<style>
span { border-color: #D275D3; }
span { border-color: rgb(210,117,211); }
td.TdClassName
{
border-color: #D275D3;
}
.TagClassName
{
border-color: #D275D3;
}
</style>