Shades of Orchid #D767DC
Tints of Orchid #D767DC
RGB
CMYK
RGB Variations
Color information
#D767DC (or 0xD767DC) is known color: Orchid. HEX triplet: D7, 67 and DC. RGB value is (215,103,220). Sum of RGB (Red+Green+Blue) = 215+103+220=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #D767DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767DC is #289823. Grayscale: #959595. Windows color (decimal): -2660388 or 14444503. OLE color: 14444503.
HSL color Cylindrical-coordinate representation of color #D767DC: hue angle of 297.44º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D767DC is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 103 | 220 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.14 |
| HSL | 297.44º | 0.63% | 0.63% | - |
| HSV(B) | 297.44º | 0.53% | 0.86% | - |
| XYZ | 45.79 | 29.31 | 70.95 | - |
| YUV | 149.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 220 | 0.02 | 0.53 | 0 | 0.14 | 297.44 | 0.63 | 0.63 |
| Hex | D7 | 67 | DC | 2 | 35 | 0 | E | 129 | 3F | 3F |
| Octal | 327 | 147 | 334 | 2 | 65 | 0 | 16 | 451 | 77 | 77 |
| Binary | 11010111 | 1100111 | 11011100 | 10 | 110101 | 0 | 1110 | 100101001 | 111111 | 111111 |
Color Harmonies of #D767DC
Complementary color
Monochromatic Colors of #D767DC
Black with #D767DC
Text Example
Text Example
White with #D767DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D767DC; }
p { color: rgb(215,103,220); }
H1.HeaderClassName
{
color: #D767DC;
}
.AnyTagClassName
{
color: #D767DC;
}
</style>
background-color css
<style>
a { background-color: #D767DC; }
a { background-color: rgb(215,103,220); }
div.DivClassName
{
background-color: #D767DC;
}
.BgClassName
{
background-color: #D767DC;
}
</style>
border-color css
<style>
span { border-color: #D767DC; }
span { border-color: rgb(215,103,220); }
td.TdClassName
{
border-color: #D767DC;
}
.TagClassName
{
border-color: #D767DC;
}
</style>