Shades of Orchid #D067C6
Tints of Orchid #D067C6
RGB
CMYK
RGB Variations
Color information
#D067C6 (or 0xD067C6) is known color: Orchid. HEX triplet: D0, 67 and C6. RGB value is (208,103,198). Sum of RGB (Red+Green+Blue) = 208+103+198=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D067C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067C6 is #2F9839. Grayscale: #909090. Windows color (decimal): -3119162 or 13002704. OLE color: 13002704.
HSL color Cylindrical-coordinate representation of color #D067C6: hue angle of 305.71º 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 #D067C6 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 198 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.18 |
| HSL | 305.71º | 0.53% | 0.61% | - |
| HSV(B) | 305.71º | 0.5% | 0.82% | - |
| XYZ | 41.06 | 27.19 | 56.51 | - |
| YUV | 145.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 198 | 0 | 0.50 | 0.05 | 0.18 | 305.71 | 0.53 | 0.61 |
| Hex | D0 | 67 | C6 | 0 | 32 | 5 | 12 | 132 | 35 | 3D |
| Octal | 320 | 147 | 306 | 0 | 62 | 5 | 22 | 462 | 65 | 75 |
| Binary | 11010000 | 1100111 | 11000110 | 0 | 110010 | 101 | 10010 | 100110010 | 110101 | 111101 |
Color Harmonies of #D067C6
Complementary color
Monochromatic Colors of #D067C6
Black with #D067C6
Text Example
Text Example
White with #D067C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067C6; }
p { color: rgb(208,103,198); }
H1.HeaderClassName
{
color: #D067C6;
}
.AnyTagClassName
{
color: #D067C6;
}
</style>
background-color css
<style>
a { background-color: #D067C6; }
a { background-color: rgb(208,103,198); }
div.DivClassName
{
background-color: #D067C6;
}
.BgClassName
{
background-color: #D067C6;
}
</style>
border-color css
<style>
span { border-color: #D067C6; }
span { border-color: rgb(208,103,198); }
td.TdClassName
{
border-color: #D067C6;
}
.TagClassName
{
border-color: #D067C6;
}
</style>