Shades of Orchid #D768D2
Tints of Orchid #D768D2
RGB
CMYK
RGB Variations
Color information
#D768D2 (or 0xD768D2) is known color: Orchid. HEX triplet: D7, 68 and D2. RGB value is (215,104,210). Sum of RGB (Red+Green+Blue) = 215+104+210=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D768D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768D2 is #28972D. Grayscale: #949494. Windows color (decimal): -2660142 or 13789399. OLE color: 13789399.
HSL color Cylindrical-coordinate representation of color #D768D2: hue angle of 302.7º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D768D2 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 210 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.16 |
| HSL | 302.7º | 0.58% | 0.63% | - |
| HSV(B) | 302.7º | 0.52% | 0.84% | - |
| XYZ | 44.61 | 29 | 64.22 | - |
| YUV | 149.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 210 | 0 | 0.52 | 0.02 | 0.16 | 302.7 | 0.58 | 0.63 |
| Hex | D7 | 68 | D2 | 0 | 34 | 2 | 10 | 12F | 3A | 3F |
| Octal | 327 | 150 | 322 | 0 | 64 | 2 | 20 | 457 | 72 | 77 |
| Binary | 11010111 | 1101000 | 11010010 | 0 | 110100 | 10 | 10000 | 100101111 | 111010 | 111111 |
Color Harmonies of #D768D2
Complementary color
Monochromatic Colors of #D768D2
Black with #D768D2
Text Example
Text Example
White with #D768D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D768D2; }
p { color: rgb(215,104,210); }
H1.HeaderClassName
{
color: #D768D2;
}
.AnyTagClassName
{
color: #D768D2;
}
</style>
background-color css
<style>
a { background-color: #D768D2; }
a { background-color: rgb(215,104,210); }
div.DivClassName
{
background-color: #D768D2;
}
.BgClassName
{
background-color: #D768D2;
}
</style>
border-color css
<style>
span { border-color: #D768D2; }
span { border-color: rgb(215,104,210); }
td.TdClassName
{
border-color: #D768D2;
}
.TagClassName
{
border-color: #D768D2;
}
</style>