Shades of Orchid #D27CC3
Tints of Orchid #D27CC3
RGB
CMYK
RGB Variations
Color information
#D27CC3 (or 0xD27CC3) is known color: Orchid. HEX triplet: D2, 7C and C3. RGB value is (210,124,195). Sum of RGB (Red+Green+Blue) = 210+124+195=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CC3 is #2D833C. Grayscale: #9D9D9D. Windows color (decimal): -2982717 or 12811474. OLE color: 12811474.
HSL color Cylindrical-coordinate representation of color #D27CC3: hue angle of 310.47º 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 #D27CC3 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 195 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.18 |
| HSL | 310.47º | 0.49% | 0.65% | - |
| HSV(B) | 310.47º | 0.41% | 0.82% | - |
| XYZ | 43.64 | 32.06 | 55.52 | - |
| YUV | 157.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 195 | 0 | 0.41 | 0.07 | 0.18 | 310.47 | 0.49 | 0.65 |
| Hex | D2 | 7C | C3 | 0 | 29 | 7 | 12 | 136 | 31 | 41 |
| Octal | 322 | 174 | 303 | 0 | 51 | 7 | 22 | 466 | 61 | 101 |
| Binary | 11010010 | 1111100 | 11000011 | 0 | 101001 | 111 | 10010 | 100110110 | 110001 | 1000001 |
Color Harmonies of #D27CC3
Complementary color
Monochromatic Colors of #D27CC3
Black with #D27CC3
Text Example
Text Example
White with #D27CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27CC3; }
p { color: rgb(210,124,195); }
H1.HeaderClassName
{
color: #D27CC3;
}
.AnyTagClassName
{
color: #D27CC3;
}
</style>
background-color css
<style>
a { background-color: #D27CC3; }
a { background-color: rgb(210,124,195); }
div.DivClassName
{
background-color: #D27CC3;
}
.BgClassName
{
background-color: #D27CC3;
}
</style>
border-color css
<style>
span { border-color: #D27CC3; }
span { border-color: rgb(210,124,195); }
td.TdClassName
{
border-color: #D27CC3;
}
.TagClassName
{
border-color: #D27CC3;
}
</style>