Shades of Orchid #D765DC
Tints of Orchid #D765DC
RGB
CMYK
RGB Variations
Color information
#D765DC (or 0xD765DC) is known color: Orchid. HEX triplet: D7, 65 and DC. RGB value is (215,101,220). Sum of RGB (Red+Green+Blue) = 215+101+220=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #D765DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765DC is #289A23. Grayscale: #949494. Windows color (decimal): -2660900 or 14443991. OLE color: 14443991.
HSL color Cylindrical-coordinate representation of color #D765DC: hue angle of 297.48º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D765DC is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 101 | 220 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.14 |
| HSL | 297.48º | 0.63% | 0.63% | - |
| HSV(B) | 297.48º | 0.54% | 0.86% | - |
| XYZ | 45.6 | 28.92 | 70.89 | - |
| YUV | 148.65 | 168.27 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 220 | 0.02 | 0.54 | 0 | 0.14 | 297.48 | 0.63 | 0.63 |
| Hex | D7 | 65 | DC | 2 | 36 | 0 | E | 129 | 3F | 3F |
| Octal | 327 | 145 | 334 | 2 | 66 | 0 | 16 | 451 | 77 | 77 |
| Binary | 11010111 | 1100101 | 11011100 | 10 | 110110 | 0 | 1110 | 100101001 | 111111 | 111111 |
Color Harmonies of #D765DC
Complementary color
Monochromatic Colors of #D765DC
Black with #D765DC
Text Example
Text Example
White with #D765DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765DC; }
p { color: rgb(215,101,220); }
H1.HeaderClassName
{
color: #D765DC;
}
.AnyTagClassName
{
color: #D765DC;
}
</style>
background-color css
<style>
a { background-color: #D765DC; }
a { background-color: rgb(215,101,220); }
div.DivClassName
{
background-color: #D765DC;
}
.BgClassName
{
background-color: #D765DC;
}
</style>
border-color css
<style>
span { border-color: #D765DC; }
span { border-color: rgb(215,101,220); }
td.TdClassName
{
border-color: #D765DC;
}
.TagClassName
{
border-color: #D765DC;
}
</style>