Shades of Orchid #D068C9
Tints of Orchid #D068C9
RGB
CMYK
RGB Variations
Color information
#D068C9 (or 0xD068C9) is known color: Orchid. HEX triplet: D0, 68 and C9. RGB value is (208,104,201). Sum of RGB (Red+Green+Blue) = 208+104+201=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D068C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068C9 is #2F9736. Grayscale: #919191. Windows color (decimal): -3118903 or 13199568. OLE color: 13199568.
HSL color Cylindrical-coordinate representation of color #D068C9: hue angle of 304.04º 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 #D068C9 is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 201 | - |
| CMYK | 0 | 0.5 | 0.03 | 0.18 |
| HSL | 304.04º | 0.53% | 0.61% | - |
| HSV(B) | 304.04º | 0.5% | 0.82% | - |
| XYZ | 41.51 | 27.53 | 58.38 | - |
| YUV | 146.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 201 | 0 | 0.5 | 0.03 | 0.18 | 304.04 | 0.53 | 0.61 |
| Hex | D0 | 68 | C9 | 0 | 32 | 3 | 12 | 130 | 35 | 3D |
| Octal | 320 | 150 | 311 | 0 | 62 | 3 | 22 | 460 | 65 | 75 |
| Binary | 11010000 | 1101000 | 11001001 | 0 | 110010 | 11 | 10010 | 100110000 | 110101 | 111101 |
Color Harmonies of #D068C9
Complementary color
Monochromatic Colors of #D068C9
Black with #D068C9
Text Example
Text Example
White with #D068C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068C9; }
p { color: rgb(208,104,201); }
H1.HeaderClassName
{
color: #D068C9;
}
.AnyTagClassName
{
color: #D068C9;
}
</style>
background-color css
<style>
a { background-color: #D068C9; }
a { background-color: rgb(208,104,201); }
div.DivClassName
{
background-color: #D068C9;
}
.BgClassName
{
background-color: #D068C9;
}
</style>
border-color css
<style>
span { border-color: #D068C9; }
span { border-color: rgb(208,104,201); }
td.TdClassName
{
border-color: #D068C9;
}
.TagClassName
{
border-color: #D068C9;
}
</style>