Shades of Orchid #D068C6
Tints of Orchid #D068C6
RGB
CMYK
RGB Variations
Color information
#D068C6 (or 0xD068C6) is known color: Orchid. HEX triplet: D0, 68 and C6. RGB value is (208,104,198). Sum of RGB (Red+Green+Blue) = 208+104+198=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D068C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068C6 is #2F9739. Grayscale: #919191. Windows color (decimal): -3118906 or 13002960. OLE color: 13002960.
HSL color Cylindrical-coordinate representation of color #D068C6: hue angle of 305.77º 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 #D068C6 is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 198 | - |
| CMYK | 0 | 0.5 | 0.05 | 0.18 |
| HSL | 305.77º | 0.53% | 0.61% | - |
| HSV(B) | 305.77º | 0.5% | 0.82% | - |
| XYZ | 41.16 | 27.39 | 56.54 | - |
| YUV | 145.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 198 | 0 | 0.5 | 0.05 | 0.18 | 305.77 | 0.53 | 0.61 |
| Hex | D0 | 68 | C6 | 0 | 32 | 5 | 12 | 132 | 35 | 3D |
| Octal | 320 | 150 | 306 | 0 | 62 | 5 | 22 | 462 | 65 | 75 |
| Binary | 11010000 | 1101000 | 11000110 | 0 | 110010 | 101 | 10010 | 100110010 | 110101 | 111101 |
Color Harmonies of #D068C6
Complementary color
Monochromatic Colors of #D068C6
Black with #D068C6
Text Example
Text Example
White with #D068C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068C6; }
p { color: rgb(208,104,198); }
H1.HeaderClassName
{
color: #D068C6;
}
.AnyTagClassName
{
color: #D068C6;
}
</style>
background-color css
<style>
a { background-color: #D068C6; }
a { background-color: rgb(208,104,198); }
div.DivClassName
{
background-color: #D068C6;
}
.BgClassName
{
background-color: #D068C6;
}
</style>
border-color css
<style>
span { border-color: #D068C6; }
span { border-color: rgb(208,104,198); }
td.TdClassName
{
border-color: #D068C6;
}
.TagClassName
{
border-color: #D068C6;
}
</style>