Shades of Orchid #D767DA
Tints of Orchid #D767DA
RGB
CMYK
RGB Variations
Color information
#D767DA (or 0xD767DA) is known color: Orchid. HEX triplet: D7, 67 and DA. RGB value is (215,103,218). Sum of RGB (Red+Green+Blue) = 215+103+218=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #D767DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767DA is #289825. Grayscale: #959595. Windows color (decimal): -2660390 or 14313431. OLE color: 14313431.
HSL color Cylindrical-coordinate representation of color #D767DA: hue angle of 298.43º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D767DA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 103 | 218 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.15 |
| HSL | 298.43º | 0.61% | 0.63% | - |
| HSV(B) | 298.43º | 0.53% | 0.85% | - |
| XYZ | 45.53 | 29.21 | 69.57 | - |
| YUV | 149.6 | 166.61 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 218 | 0.01 | 0.53 | 0 | 0.15 | 298.43 | 0.61 | 0.63 |
| Hex | D7 | 67 | DA | 1 | 35 | 0 | F | 12A | 3D | 3F |
| Octal | 327 | 147 | 332 | 1 | 65 | 0 | 17 | 452 | 75 | 77 |
| Binary | 11010111 | 1100111 | 11011010 | 1 | 110101 | 0 | 1111 | 100101010 | 111101 | 111111 |
Color Harmonies of #D767DA
Complementary color
Monochromatic Colors of #D767DA
Black with #D767DA
Text Example
Text Example
White with #D767DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D767DA; }
p { color: rgb(215,103,218); }
H1.HeaderClassName
{
color: #D767DA;
}
.AnyTagClassName
{
color: #D767DA;
}
</style>
background-color css
<style>
a { background-color: #D767DA; }
a { background-color: rgb(215,103,218); }
div.DivClassName
{
background-color: #D767DA;
}
.BgClassName
{
background-color: #D767DA;
}
</style>
border-color css
<style>
span { border-color: #D767DA; }
span { border-color: rgb(215,103,218); }
td.TdClassName
{
border-color: #D767DA;
}
.TagClassName
{
border-color: #D767DA;
}
</style>