Shades of Orchid #D27AC1
Tints of Orchid #D27AC1
RGB
CMYK
RGB Variations
Color information
#D27AC1 (or 0xD27AC1) is known color: Orchid. HEX triplet: D2, 7A and C1. RGB value is (210,122,193). Sum of RGB (Red+Green+Blue) = 210+122+193=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AC1 is #2D853E. Grayscale: #9C9C9C. Windows color (decimal): -2983231 or 12679890. OLE color: 12679890.
HSL color Cylindrical-coordinate representation of color #D27AC1: hue angle of 311.59º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27AC1 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 193 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.18 |
| HSL | 311.59º | 0.49% | 0.65% | - |
| HSV(B) | 311.59º | 0.42% | 0.82% | - |
| XYZ | 43.16 | 31.47 | 54.25 | - |
| YUV | 156.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 193 | 0 | 0.42 | 0.08 | 0.18 | 311.59 | 0.49 | 0.65 |
| Hex | D2 | 7A | C1 | 0 | 2A | 8 | 12 | 138 | 31 | 41 |
| Octal | 322 | 172 | 301 | 0 | 52 | 10 | 22 | 470 | 61 | 101 |
| Binary | 11010010 | 1111010 | 11000001 | 0 | 101010 | 1000 | 10010 | 100111000 | 110001 | 1000001 |
Color Harmonies of #D27AC1
Complementary color
Monochromatic Colors of #D27AC1
Black with #D27AC1
Text Example
Text Example
White with #D27AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AC1; }
p { color: rgb(210,122,193); }
H1.HeaderClassName
{
color: #D27AC1;
}
.AnyTagClassName
{
color: #D27AC1;
}
</style>
background-color css
<style>
a { background-color: #D27AC1; }
a { background-color: rgb(210,122,193); }
div.DivClassName
{
background-color: #D27AC1;
}
.BgClassName
{
background-color: #D27AC1;
}
</style>
border-color css
<style>
span { border-color: #D27AC1; }
span { border-color: rgb(210,122,193); }
td.TdClassName
{
border-color: #D27AC1;
}
.TagClassName
{
border-color: #D27AC1;
}
</style>