Shades of Orchid #D76CCA
Tints of Orchid #D76CCA
RGB
CMYK
RGB Variations
Color information
#D76CCA (or 0xD76CCA) is known color: Orchid. HEX triplet: D7, 6C and CA. RGB value is (215,108,202). Sum of RGB (Red+Green+Blue) = 215+108+202=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CCA is #289335. Grayscale: #969696. Windows color (decimal): -2659126 or 13266135. OLE color: 13266135.
HSL color Cylindrical-coordinate representation of color #D76CCA: hue angle of 307.29º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CCA is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 202 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.16 |
| HSL | 307.29º | 0.57% | 0.63% | - |
| HSV(B) | 307.29º | 0.5% | 0.84% | - |
| XYZ | 44.05 | 29.44 | 59.24 | - |
| YUV | 150.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 202 | 0 | 0.50 | 0.06 | 0.16 | 307.29 | 0.57 | 0.63 |
| Hex | D7 | 6C | CA | 0 | 32 | 6 | 10 | 133 | 39 | 3F |
| Octal | 327 | 154 | 312 | 0 | 62 | 6 | 20 | 463 | 71 | 77 |
| Binary | 11010111 | 1101100 | 11001010 | 0 | 110010 | 110 | 10000 | 100110011 | 111001 | 111111 |
Color Harmonies of #D76CCA
Complementary color
Monochromatic Colors of #D76CCA
Black with #D76CCA
Text Example
Text Example
White with #D76CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CCA; }
p { color: rgb(215,108,202); }
H1.HeaderClassName
{
color: #D76CCA;
}
.AnyTagClassName
{
color: #D76CCA;
}
</style>
background-color css
<style>
a { background-color: #D76CCA; }
a { background-color: rgb(215,108,202); }
div.DivClassName
{
background-color: #D76CCA;
}
.BgClassName
{
background-color: #D76CCA;
}
</style>
border-color css
<style>
span { border-color: #D76CCA; }
span { border-color: rgb(215,108,202); }
td.TdClassName
{
border-color: #D76CCA;
}
.TagClassName
{
border-color: #D76CCA;
}
</style>