Shades of Orchid #D275DA
Tints of Orchid #D275DA
RGB
CMYK
RGB Variations
Color information
#D275DA (or 0xD275DA) is known color: Orchid. HEX triplet: D2, 75 and DA. RGB value is (210,117,218). Sum of RGB (Red+Green+Blue) = 210+117+218=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #D275DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275DA is #2D8A25. Grayscale: #9C9C9C. Windows color (decimal): -2984486 or 14317010. OLE color: 14317010.
HSL color Cylindrical-coordinate representation of color #D275DA: hue angle of 295.25º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D275DA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 117 | 218 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.15 |
| HSL | 295.25º | 0.58% | 0.66% | - |
| HSV(B) | 295.25º | 0.46% | 0.85% | - |
| XYZ | 45.59 | 31.49 | 70 | - |
| YUV | 156.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 218 | 0.04 | 0.46 | 0 | 0.15 | 295.25 | 0.58 | 0.66 |
| Hex | D2 | 75 | DA | 4 | 2E | 0 | F | 127 | 3A | 42 |
| Octal | 322 | 165 | 332 | 4 | 56 | 0 | 17 | 447 | 72 | 102 |
| Binary | 11010010 | 1110101 | 11011010 | 100 | 101110 | 0 | 1111 | 100100111 | 111010 | 1000010 |
Color Harmonies of #D275DA
Complementary color
Monochromatic Colors of #D275DA
Black with #D275DA
Text Example
Text Example
White with #D275DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275DA; }
p { color: rgb(210,117,218); }
H1.HeaderClassName
{
color: #D275DA;
}
.AnyTagClassName
{
color: #D275DA;
}
</style>
background-color css
<style>
a { background-color: #D275DA; }
a { background-color: rgb(210,117,218); }
div.DivClassName
{
background-color: #D275DA;
}
.BgClassName
{
background-color: #D275DA;
}
</style>
border-color css
<style>
span { border-color: #D275DA; }
span { border-color: rgb(210,117,218); }
td.TdClassName
{
border-color: #D275DA;
}
.TagClassName
{
border-color: #D275DA;
}
</style>