Shades of Orchid #D27BCB
Tints of Orchid #D27BCB
RGB
CMYK
RGB Variations
Color information
#D27BCB (or 0xD27BCB) is known color: Orchid. HEX triplet: D2, 7B and CB. RGB value is (210,123,203). Sum of RGB (Red+Green+Blue) = 210+123+203=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BCB is #2D8434. Grayscale: #9D9D9D. Windows color (decimal): -2982965 or 13335506. OLE color: 13335506.
HSL color Cylindrical-coordinate representation of color #D27BCB: hue angle of 304.83º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27BCB is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 203 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.18 |
| HSL | 304.83º | 0.49% | 0.65% | - |
| HSV(B) | 304.83º | 0.41% | 0.82% | - |
| XYZ | 44.44 | 32.18 | 60.37 | - |
| YUV | 158.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 203 | 0 | 0.41 | 0.03 | 0.18 | 304.83 | 0.49 | 0.65 |
| Hex | D2 | 7B | CB | 0 | 29 | 3 | 12 | 131 | 31 | 41 |
| Octal | 322 | 173 | 313 | 0 | 51 | 3 | 22 | 461 | 61 | 101 |
| Binary | 11010010 | 1111011 | 11001011 | 0 | 101001 | 11 | 10010 | 100110001 | 110001 | 1000001 |
Color Harmonies of #D27BCB
Complementary color
Monochromatic Colors of #D27BCB
Black with #D27BCB
Text Example
Text Example
White with #D27BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27BCB; }
p { color: rgb(210,123,203); }
H1.HeaderClassName
{
color: #D27BCB;
}
.AnyTagClassName
{
color: #D27BCB;
}
</style>
background-color css
<style>
a { background-color: #D27BCB; }
a { background-color: rgb(210,123,203); }
div.DivClassName
{
background-color: #D27BCB;
}
.BgClassName
{
background-color: #D27BCB;
}
</style>
border-color css
<style>
span { border-color: #D27BCB; }
span { border-color: rgb(210,123,203); }
td.TdClassName
{
border-color: #D27BCB;
}
.TagClassName
{
border-color: #D27BCB;
}
</style>