Shades of Orchid #D275B6
Tints of Orchid #D275B6
RGB
CMYK
RGB Variations
Color information
#D275B6 (or 0xD275B6) is known color: Orchid. HEX triplet: D2, 75 and B6. RGB value is (210,117,182). Sum of RGB (Red+Green+Blue) = 210+117+182=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D275B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275B6 is #2D8A49. Grayscale: #989898. Windows color (decimal): -2984522 or 11957714. OLE color: 11957714.
HSL color Cylindrical-coordinate representation of color #D275B6: hue angle of 318.06º 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 #D275B6 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 182 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.18 |
| HSL | 318.06º | 0.51% | 0.64% | - |
| HSV(B) | 318.06º | 0.44% | 0.82% | - |
| XYZ | 41.38 | 29.8 | 47.83 | - |
| YUV | 152.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 182 | 0 | 0.44 | 0.13 | 0.18 | 318.06 | 0.51 | 0.64 |
| Hex | D2 | 75 | B6 | 0 | 2C | D | 12 | 13E | 33 | 40 |
| Octal | 322 | 165 | 266 | 0 | 54 | 15 | 22 | 476 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10110110 | 0 | 101100 | 1101 | 10010 | 100111110 | 110011 | 1000000 |
Color Harmonies of #D275B6
Complementary color
Monochromatic Colors of #D275B6
Black with #D275B6
Text Example
Text Example
White with #D275B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275B6; }
p { color: rgb(210,117,182); }
H1.HeaderClassName
{
color: #D275B6;
}
.AnyTagClassName
{
color: #D275B6;
}
</style>
background-color css
<style>
a { background-color: #D275B6; }
a { background-color: rgb(210,117,182); }
div.DivClassName
{
background-color: #D275B6;
}
.BgClassName
{
background-color: #D275B6;
}
</style>
border-color css
<style>
span { border-color: #D275B6; }
span { border-color: rgb(210,117,182); }
td.TdClassName
{
border-color: #D275B6;
}
.TagClassName
{
border-color: #D275B6;
}
</style>