Shades of Orchid #D275DB
Tints of Orchid #D275DB
RGB
CMYK
RGB Variations
Color information
#D275DB (or 0xD275DB) is known color: Orchid. HEX triplet: D2, 75 and DB. RGB value is (210,117,219). Sum of RGB (Red+Green+Blue) = 210+117+219=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #D275DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275DB is #2D8A24. Grayscale: #9C9C9C. Windows color (decimal): -2984485 or 14382546. OLE color: 14382546.
HSL color Cylindrical-coordinate representation of color #D275DB: hue angle of 294.71º degrees, saturation: 0.59, 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 #D275DB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 117 | 219 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.14 |
| HSL | 294.71º | 0.59% | 0.66% | - |
| HSV(B) | 294.71º | 0.47% | 0.86% | - |
| XYZ | 45.73 | 31.54 | 70.7 | - |
| YUV | 156.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 219 | 0.04 | 0.47 | 0 | 0.14 | 294.71 | 0.59 | 0.66 |
| Hex | D2 | 75 | DB | 4 | 2F | 0 | E | 127 | 3B | 42 |
| Octal | 322 | 165 | 333 | 4 | 57 | 0 | 16 | 447 | 73 | 102 |
| Binary | 11010010 | 1110101 | 11011011 | 100 | 101111 | 0 | 1110 | 100100111 | 111011 | 1000010 |
Color Harmonies of #D275DB
Complementary color
Monochromatic Colors of #D275DB
Black with #D275DB
Text Example
Text Example
White with #D275DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275DB; }
p { color: rgb(210,117,219); }
H1.HeaderClassName
{
color: #D275DB;
}
.AnyTagClassName
{
color: #D275DB;
}
</style>
background-color css
<style>
a { background-color: #D275DB; }
a { background-color: rgb(210,117,219); }
div.DivClassName
{
background-color: #D275DB;
}
.BgClassName
{
background-color: #D275DB;
}
</style>
border-color css
<style>
span { border-color: #D275DB; }
span { border-color: rgb(210,117,219); }
td.TdClassName
{
border-color: #D275DB;
}
.TagClassName
{
border-color: #D275DB;
}
</style>