Shades of Orchid #D767D3
Tints of Orchid #D767D3
RGB
CMYK
RGB Variations
Color information
#D767D3 (or 0xD767D3) is known color: Orchid. HEX triplet: D7, 67 and D3. RGB value is (215,103,211). Sum of RGB (Red+Green+Blue) = 215+103+211=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D767D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767D3 is #28982C. Grayscale: #949494. Windows color (decimal): -2660397 or 13854679. OLE color: 13854679.
HSL color Cylindrical-coordinate representation of color #D767D3: hue angle of 302.14º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D767D3 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 211 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.16 |
| HSL | 302.14º | 0.58% | 0.62% | - |
| HSV(B) | 302.14º | 0.52% | 0.84% | - |
| XYZ | 44.63 | 28.85 | 64.84 | - |
| YUV | 148.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 211 | 0 | 0.52 | 0.02 | 0.16 | 302.14 | 0.58 | 0.62 |
| Hex | D7 | 67 | D3 | 0 | 34 | 2 | 10 | 12E | 3A | 3E |
| Octal | 327 | 147 | 323 | 0 | 64 | 2 | 20 | 456 | 72 | 76 |
| Binary | 11010111 | 1100111 | 11010011 | 0 | 110100 | 10 | 10000 | 100101110 | 111010 | 111110 |
Color Harmonies of #D767D3
Complementary color
Monochromatic Colors of #D767D3
Black with #D767D3
Text Example
Text Example
White with #D767D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D767D3; }
p { color: rgb(215,103,211); }
H1.HeaderClassName
{
color: #D767D3;
}
.AnyTagClassName
{
color: #D767D3;
}
</style>
background-color css
<style>
a { background-color: #D767D3; }
a { background-color: rgb(215,103,211); }
div.DivClassName
{
background-color: #D767D3;
}
.BgClassName
{
background-color: #D767D3;
}
</style>
border-color css
<style>
span { border-color: #D767D3; }
span { border-color: rgb(215,103,211); }
td.TdClassName
{
border-color: #D767D3;
}
.TagClassName
{
border-color: #D767D3;
}
</style>