Shades of Orchid #D77CCA
Tints of Orchid #D77CCA
RGB
CMYK
RGB Variations
Color information
#D77CCA (or 0xD77CCA) is known color: Orchid. HEX triplet: D7, 7C and CA. RGB value is (215,124,202). Sum of RGB (Red+Green+Blue) = 215+124+202=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CCA is #288335. Grayscale: #9F9F9F. Windows color (decimal): -2655030 or 13270231. OLE color: 13270231.
HSL color Cylindrical-coordinate representation of color #D77CCA: hue angle of 308.57º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77CCA is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 202 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.16 |
| HSL | 308.57º | 0.53% | 0.66% | - |
| HSV(B) | 308.57º | 0.42% | 0.84% | - |
| XYZ | 45.89 | 33.13 | 59.85 | - |
| YUV | 160.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 202 | 0 | 0.42 | 0.06 | 0.16 | 308.57 | 0.53 | 0.66 |
| Hex | D7 | 7C | CA | 0 | 2A | 6 | 10 | 135 | 35 | 42 |
| Octal | 327 | 174 | 312 | 0 | 52 | 6 | 20 | 465 | 65 | 102 |
| Binary | 11010111 | 1111100 | 11001010 | 0 | 101010 | 110 | 10000 | 100110101 | 110101 | 1000010 |
Color Harmonies of #D77CCA
Complementary color
Monochromatic Colors of #D77CCA
Black with #D77CCA
Text Example
Text Example
White with #D77CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CCA; }
p { color: rgb(215,124,202); }
H1.HeaderClassName
{
color: #D77CCA;
}
.AnyTagClassName
{
color: #D77CCA;
}
</style>
background-color css
<style>
a { background-color: #D77CCA; }
a { background-color: rgb(215,124,202); }
div.DivClassName
{
background-color: #D77CCA;
}
.BgClassName
{
background-color: #D77CCA;
}
</style>
border-color css
<style>
span { border-color: #D77CCA; }
span { border-color: rgb(215,124,202); }
td.TdClassName
{
border-color: #D77CCA;
}
.TagClassName
{
border-color: #D77CCA;
}
</style>