Shades of Orchid #D762DD
Tints of Orchid #D762DD
RGB
CMYK
RGB Variations
Color information
#D762DD (or 0xD762DD) is known color: Orchid. HEX triplet: D7, 62 and DD. RGB value is (215,98,221). Sum of RGB (Red+Green+Blue) = 215+98+221=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #D762DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762DD is #289D22. Grayscale: #929292. Windows color (decimal): -2661667 or 14508759. OLE color: 14508759.
HSL color Cylindrical-coordinate representation of color #D762DD: hue angle of 297.07º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D762DD is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 98 | 221 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.13 |
| HSL | 297.07º | 0.64% | 0.63% | - |
| HSV(B) | 297.07º | 0.56% | 0.87% | - |
| XYZ | 45.44 | 28.4 | 71.49 | - |
| YUV | 147.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 221 | 0.03 | 0.56 | 0 | 0.13 | 297.07 | 0.64 | 0.63 |
| Hex | D7 | 62 | DD | 3 | 38 | 0 | D | 129 | 40 | 3F |
| Octal | 327 | 142 | 335 | 3 | 70 | 0 | 15 | 451 | 100 | 77 |
| Binary | 11010111 | 1100010 | 11011101 | 11 | 111000 | 0 | 1101 | 100101001 | 1000000 | 111111 |
Color Harmonies of #D762DD
Complementary color
Monochromatic Colors of #D762DD
Black with #D762DD
Text Example
Text Example
White with #D762DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762DD; }
p { color: rgb(215,98,221); }
H1.HeaderClassName
{
color: #D762DD;
}
.AnyTagClassName
{
color: #D762DD;
}
</style>
background-color css
<style>
a { background-color: #D762DD; }
a { background-color: rgb(215,98,221); }
div.DivClassName
{
background-color: #D762DD;
}
.BgClassName
{
background-color: #D762DD;
}
</style>
border-color css
<style>
span { border-color: #D762DD; }
span { border-color: rgb(215,98,221); }
td.TdClassName
{
border-color: #D762DD;
}
.TagClassName
{
border-color: #D762DD;
}
</style>