Shades of Orchid #D068C0
Tints of Orchid #D068C0
RGB
CMYK
RGB Variations
Color information
#D068C0 (or 0xD068C0) is known color: Orchid. HEX triplet: D0, 68 and C0. RGB value is (208,104,192). Sum of RGB (Red+Green+Blue) = 208+104+192=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D068C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068C0 is #2F973F. Grayscale: #909090. Windows color (decimal): -3118912 or 12609744. OLE color: 12609744.
HSL color Cylindrical-coordinate representation of color #D068C0: hue angle of 309.23º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D068C0 is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 192 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.18 |
| HSL | 309.23º | 0.53% | 0.61% | - |
| HSV(B) | 309.23º | 0.5% | 0.82% | - |
| XYZ | 40.48 | 27.12 | 52.97 | - |
| YUV | 145.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 192 | 0 | 0.5 | 0.08 | 0.18 | 309.23 | 0.53 | 0.61 |
| Hex | D0 | 68 | C0 | 0 | 32 | 8 | 12 | 135 | 35 | 3D |
| Octal | 320 | 150 | 300 | 0 | 62 | 10 | 22 | 465 | 65 | 75 |
| Binary | 11010000 | 1101000 | 11000000 | 0 | 110010 | 1000 | 10010 | 100110101 | 110101 | 111101 |
Color Harmonies of #D068C0
Complementary color
Monochromatic Colors of #D068C0
Black with #D068C0
Text Example
Text Example
White with #D068C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068C0; }
p { color: rgb(208,104,192); }
H1.HeaderClassName
{
color: #D068C0;
}
.AnyTagClassName
{
color: #D068C0;
}
</style>
background-color css
<style>
a { background-color: #D068C0; }
a { background-color: rgb(208,104,192); }
div.DivClassName
{
background-color: #D068C0;
}
.BgClassName
{
background-color: #D068C0;
}
</style>
border-color css
<style>
span { border-color: #D068C0; }
span { border-color: rgb(208,104,192); }
td.TdClassName
{
border-color: #D068C0;
}
.TagClassName
{
border-color: #D068C0;
}
</style>