Shades of Orchid #D76CCB
Tints of Orchid #D76CCB
RGB
CMYK
RGB Variations
Color information
#D76CCB (or 0xD76CCB) is known color: Orchid. HEX triplet: D7, 6C and CB. RGB value is (215,108,203). Sum of RGB (Red+Green+Blue) = 215+108+203=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CCB is #289334. Grayscale: #969696. Windows color (decimal): -2659125 or 13331671. OLE color: 13331671.
HSL color Cylindrical-coordinate representation of color #D76CCB: hue angle of 306.73º 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 #D76CCB is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 203 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.16 |
| HSL | 306.73º | 0.57% | 0.63% | - |
| HSV(B) | 306.73º | 0.5% | 0.84% | - |
| XYZ | 44.17 | 29.48 | 59.86 | - |
| YUV | 150.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 203 | 0 | 0.50 | 0.06 | 0.16 | 306.73 | 0.57 | 0.63 |
| Hex | D7 | 6C | CB | 0 | 32 | 6 | 10 | 133 | 39 | 3F |
| Octal | 327 | 154 | 313 | 0 | 62 | 6 | 20 | 463 | 71 | 77 |
| Binary | 11010111 | 1101100 | 11001011 | 0 | 110010 | 110 | 10000 | 100110011 | 111001 | 111111 |
Color Harmonies of #D76CCB
Complementary color
Monochromatic Colors of #D76CCB
Black with #D76CCB
Text Example
Text Example
White with #D76CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CCB; }
p { color: rgb(215,108,203); }
H1.HeaderClassName
{
color: #D76CCB;
}
.AnyTagClassName
{
color: #D76CCB;
}
</style>
background-color css
<style>
a { background-color: #D76CCB; }
a { background-color: rgb(215,108,203); }
div.DivClassName
{
background-color: #D76CCB;
}
.BgClassName
{
background-color: #D76CCB;
}
</style>
border-color css
<style>
span { border-color: #D76CCB; }
span { border-color: rgb(215,108,203); }
td.TdClassName
{
border-color: #D76CCB;
}
.TagClassName
{
border-color: #D76CCB;
}
</style>