Shades of Orchid #D064D8
Tints of Orchid #D064D8
RGB
CMYK
RGB Variations
Color information
#D064D8 (or 0xD064D8) is known color: Orchid. HEX triplet: D0, 64 and D8. RGB value is (208,100,216). Sum of RGB (Red+Green+Blue) = 208+100+216=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #D064D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064D8 is #2F9B27. Grayscale: #919191. Windows color (decimal): -3119912 or 14181584. OLE color: 14181584.
HSL color Cylindrical-coordinate representation of color #D064D8: hue angle of 295.86º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D064D8 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 100 | 216 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.15 |
| HSL | 295.86º | 0.6% | 0.62% | - |
| HSV(B) | 295.86º | 0.54% | 0.85% | - |
| XYZ | 42.96 | 27.48 | 68.01 | - |
| YUV | 145.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 216 | 0.04 | 0.54 | 0 | 0.15 | 295.86 | 0.6 | 0.62 |
| Hex | D0 | 64 | D8 | 4 | 36 | 0 | F | 128 | 3C | 3E |
| Octal | 320 | 144 | 330 | 4 | 66 | 0 | 17 | 450 | 74 | 76 |
| Binary | 11010000 | 1100100 | 11011000 | 100 | 110110 | 0 | 1111 | 100101000 | 111100 | 111110 |
Color Harmonies of #D064D8
Complementary color
Monochromatic Colors of #D064D8
Black with #D064D8
Text Example
Text Example
White with #D064D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064D8; }
p { color: rgb(208,100,216); }
H1.HeaderClassName
{
color: #D064D8;
}
.AnyTagClassName
{
color: #D064D8;
}
</style>
background-color css
<style>
a { background-color: #D064D8; }
a { background-color: rgb(208,100,216); }
div.DivClassName
{
background-color: #D064D8;
}
.BgClassName
{
background-color: #D064D8;
}
</style>
border-color css
<style>
span { border-color: #D064D8; }
span { border-color: rgb(208,100,216); }
td.TdClassName
{
border-color: #D064D8;
}
.TagClassName
{
border-color: #D064D8;
}
</style>