Shades of Orchid #D068CD
Tints of Orchid #D068CD
RGB
CMYK
RGB Variations
Color information
#D068CD (or 0xD068CD) is known color: Orchid. HEX triplet: D0, 68 and CD. RGB value is (208,104,205). Sum of RGB (Red+Green+Blue) = 208+104+205=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D068CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068CD is #2F9732. Grayscale: #929292. Windows color (decimal): -3118899 or 13461712. OLE color: 13461712.
HSL color Cylindrical-coordinate representation of color #D068CD: hue angle of 301.73º 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 #D068CD is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 205 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.18 |
| HSL | 301.73º | 0.53% | 0.61% | - |
| HSV(B) | 301.73º | 0.5% | 0.82% | - |
| XYZ | 41.98 | 27.72 | 60.9 | - |
| YUV | 146.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 205 | 0 | 0.5 | 0.01 | 0.18 | 301.73 | 0.53 | 0.61 |
| Hex | D0 | 68 | CD | 0 | 32 | 1 | 12 | 12E | 35 | 3D |
| Octal | 320 | 150 | 315 | 0 | 62 | 1 | 22 | 456 | 65 | 75 |
| Binary | 11010000 | 1101000 | 11001101 | 0 | 110010 | 1 | 10010 | 100101110 | 110101 | 111101 |
Color Harmonies of #D068CD
Complementary color
Monochromatic Colors of #D068CD
Black with #D068CD
Text Example
Text Example
White with #D068CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068CD; }
p { color: rgb(208,104,205); }
H1.HeaderClassName
{
color: #D068CD;
}
.AnyTagClassName
{
color: #D068CD;
}
</style>
background-color css
<style>
a { background-color: #D068CD; }
a { background-color: rgb(208,104,205); }
div.DivClassName
{
background-color: #D068CD;
}
.BgClassName
{
background-color: #D068CD;
}
</style>
border-color css
<style>
span { border-color: #D068CD; }
span { border-color: rgb(208,104,205); }
td.TdClassName
{
border-color: #D068CD;
}
.TagClassName
{
border-color: #D068CD;
}
</style>