Shades of Orchid #D067E6
Tints of Orchid #D067E6
RGB
CMYK
RGB Variations
Color information
#D067E6 (or 0xD067E6) is known color: Orchid. HEX triplet: D0, 67 and E6. RGB value is (208,103,230). Sum of RGB (Red+Green+Blue) = 208+103+230=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #D067E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D067E6 is #2F9819. Grayscale: #949494. Windows color (decimal): -3119130 or 15099856. OLE color: 15099856.
HSL color Cylindrical-coordinate representation of color #D067E6: hue angle of 289.61º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D067E6 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 103 | 230 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.10 |
| HSL | 289.61º | 0.72% | 0.65% | - |
| HSV(B) | 289.61º | 0.55% | 0.9% | - |
| XYZ | 45.15 | 28.82 | 78.05 | - |
| YUV | 148.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 230 | 0.10 | 0.55 | 0 | 0.10 | 289.61 | 0.72 | 0.65 |
| Hex | D0 | 67 | E6 | A | 37 | 0 | A | 122 | 48 | 41 |
| Octal | 320 | 147 | 346 | 12 | 67 | 0 | 12 | 442 | 110 | 101 |
| Binary | 11010000 | 1100111 | 11100110 | 1010 | 110111 | 0 | 1010 | 100100010 | 1001000 | 1000001 |
Color Harmonies of #D067E6
Complementary color
Monochromatic Colors of #D067E6
Black with #D067E6
Text Example
Text Example
White with #D067E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067E6; }
p { color: rgb(208,103,230); }
H1.HeaderClassName
{
color: #D067E6;
}
.AnyTagClassName
{
color: #D067E6;
}
</style>
background-color css
<style>
a { background-color: #D067E6; }
a { background-color: rgb(208,103,230); }
div.DivClassName
{
background-color: #D067E6;
}
.BgClassName
{
background-color: #D067E6;
}
</style>
border-color css
<style>
span { border-color: #D067E6; }
span { border-color: rgb(208,103,230); }
td.TdClassName
{
border-color: #D067E6;
}
.TagClassName
{
border-color: #D067E6;
}
</style>