Shades of Orchid #D068DC
Tints of Orchid #D068DC
RGB
CMYK
RGB Variations
Color information
#D068DC (or 0xD068DC) is known color: Orchid. HEX triplet: D0, 68 and DC. RGB value is (208,104,220). Sum of RGB (Red+Green+Blue) = 208+104+220=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #D068DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068DC is #2F9723. Grayscale: #939393. Windows color (decimal): -3118884 or 14444752. OLE color: 14444752.
HSL color Cylindrical-coordinate representation of color #D068DC: hue angle of 293.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D068DC is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 104 | 220 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.14 |
| HSL | 293.79º | 0.62% | 0.64% | - |
| HSV(B) | 293.79º | 0.53% | 0.86% | - |
| XYZ | 43.88 | 28.48 | 70.89 | - |
| YUV | 148.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 220 | 0.05 | 0.53 | 0 | 0.14 | 293.79 | 0.62 | 0.64 |
| Hex | D0 | 68 | DC | 5 | 35 | 0 | E | 126 | 3E | 40 |
| Octal | 320 | 150 | 334 | 5 | 65 | 0 | 16 | 446 | 76 | 100 |
| Binary | 11010000 | 1101000 | 11011100 | 101 | 110101 | 0 | 1110 | 100100110 | 111110 | 1000000 |
Color Harmonies of #D068DC
Complementary color
Monochromatic Colors of #D068DC
Black with #D068DC
Text Example
Text Example
White with #D068DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068DC; }
p { color: rgb(208,104,220); }
H1.HeaderClassName
{
color: #D068DC;
}
.AnyTagClassName
{
color: #D068DC;
}
</style>
background-color css
<style>
a { background-color: #D068DC; }
a { background-color: rgb(208,104,220); }
div.DivClassName
{
background-color: #D068DC;
}
.BgClassName
{
background-color: #D068DC;
}
</style>
border-color css
<style>
span { border-color: #D068DC; }
span { border-color: rgb(208,104,220); }
td.TdClassName
{
border-color: #D068DC;
}
.TagClassName
{
border-color: #D068DC;
}
</style>