Shades of Orchid #D767D2
Tints of Orchid #D767D2
RGB
CMYK
RGB Variations
Color information
#D767D2 (or 0xD767D2) is known color: Orchid. HEX triplet: D7, 67 and D2. RGB value is (215,103,210). Sum of RGB (Red+Green+Blue) = 215+103+210=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D767D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767D2 is #28982D. Grayscale: #949494. Windows color (decimal): -2660398 or 13789143. OLE color: 13789143.
HSL color Cylindrical-coordinate representation of color #D767D2: hue angle of 302.68º 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 #D767D2 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 210 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.16 |
| HSL | 302.68º | 0.58% | 0.62% | - |
| HSV(B) | 302.68º | 0.52% | 0.84% | - |
| XYZ | 44.51 | 28.8 | 64.19 | - |
| YUV | 148.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 210 | 0 | 0.52 | 0.02 | 0.16 | 302.68 | 0.58 | 0.62 |
| Hex | D7 | 67 | D2 | 0 | 34 | 2 | 10 | 12F | 3A | 3E |
| Octal | 327 | 147 | 322 | 0 | 64 | 2 | 20 | 457 | 72 | 76 |
| Binary | 11010111 | 1100111 | 11010010 | 0 | 110100 | 10 | 10000 | 100101111 | 111010 | 111110 |
Color Harmonies of #D767D2
Complementary color
Monochromatic Colors of #D767D2
Black with #D767D2
Text Example
Text Example
White with #D767D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D767D2; }
p { color: rgb(215,103,210); }
H1.HeaderClassName
{
color: #D767D2;
}
.AnyTagClassName
{
color: #D767D2;
}
</style>
background-color css
<style>
a { background-color: #D767D2; }
a { background-color: rgb(215,103,210); }
div.DivClassName
{
background-color: #D767D2;
}
.BgClassName
{
background-color: #D767D2;
}
</style>
border-color css
<style>
span { border-color: #D767D2; }
span { border-color: rgb(215,103,210); }
td.TdClassName
{
border-color: #D767D2;
}
.TagClassName
{
border-color: #D767D2;
}
</style>