Shades of Orchid #D068E1
Tints of Orchid #D068E1
RGB
CMYK
RGB Variations
Color information
#D068E1 (or 0xD068E1) is known color: Orchid. HEX triplet: D0, 68 and E1. RGB value is (208,104,225). Sum of RGB (Red+Green+Blue) = 208+104+225=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #D068E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068E1 is #2F971E. Grayscale: #949494. Windows color (decimal): -3118879 or 14772432. OLE color: 14772432.
HSL color Cylindrical-coordinate representation of color #D068E1: hue angle of 291.57º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D068E1 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 104 | 225 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.12 |
| HSL | 291.57º | 0.67% | 0.65% | - |
| HSV(B) | 291.57º | 0.54% | 0.88% | - |
| XYZ | 44.55 | 28.75 | 74.43 | - |
| YUV | 148.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 225 | 0.08 | 0.54 | 0 | 0.12 | 291.57 | 0.67 | 0.65 |
| Hex | D0 | 68 | E1 | 8 | 36 | 0 | C | 124 | 43 | 41 |
| Octal | 320 | 150 | 341 | 10 | 66 | 0 | 14 | 444 | 103 | 101 |
| Binary | 11010000 | 1101000 | 11100001 | 1000 | 110110 | 0 | 1100 | 100100100 | 1000011 | 1000001 |
Color Harmonies of #D068E1
Complementary color
Monochromatic Colors of #D068E1
Black with #D068E1
Text Example
Text Example
White with #D068E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068E1; }
p { color: rgb(208,104,225); }
H1.HeaderClassName
{
color: #D068E1;
}
.AnyTagClassName
{
color: #D068E1;
}
</style>
background-color css
<style>
a { background-color: #D068E1; }
a { background-color: rgb(208,104,225); }
div.DivClassName
{
background-color: #D068E1;
}
.BgClassName
{
background-color: #D068E1;
}
</style>
border-color css
<style>
span { border-color: #D068E1; }
span { border-color: rgb(208,104,225); }
td.TdClassName
{
border-color: #D068E1;
}
.TagClassName
{
border-color: #D068E1;
}
</style>