Shades of Orchid #D064C5
Tints of Orchid #D064C5
RGB
CMYK
RGB Variations
Color information
#D064C5 (or 0xD064C5) is known color: Orchid. HEX triplet: D0, 64 and C5. RGB value is (208,100,197). Sum of RGB (Red+Green+Blue) = 208+100+197=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D064C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064C5 is #2F9B3A. Grayscale: #8F8F8F. Windows color (decimal): -3119931 or 12936400. OLE color: 12936400.
HSL color Cylindrical-coordinate representation of color #D064C5: hue angle of 306.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D064C5 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 197 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.18 |
| HSL | 306.11º | 0.53% | 0.6% | - |
| HSV(B) | 306.11º | 0.52% | 0.82% | - |
| XYZ | 40.65 | 26.56 | 55.81 | - |
| YUV | 143.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 197 | 0 | 0.52 | 0.05 | 0.18 | 306.11 | 0.53 | 0.6 |
| Hex | D0 | 64 | C5 | 0 | 34 | 5 | 12 | 132 | 35 | 3C |
| Octal | 320 | 144 | 305 | 0 | 64 | 5 | 22 | 462 | 65 | 74 |
| Binary | 11010000 | 1100100 | 11000101 | 0 | 110100 | 101 | 10010 | 100110010 | 110101 | 111100 |
Color Harmonies of #D064C5
Complementary color
Monochromatic Colors of #D064C5
Black with #D064C5
Text Example
Text Example
White with #D064C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064C5; }
p { color: rgb(208,100,197); }
H1.HeaderClassName
{
color: #D064C5;
}
.AnyTagClassName
{
color: #D064C5;
}
</style>
background-color css
<style>
a { background-color: #D064C5; }
a { background-color: rgb(208,100,197); }
div.DivClassName
{
background-color: #D064C5;
}
.BgClassName
{
background-color: #D064C5;
}
</style>
border-color css
<style>
span { border-color: #D064C5; }
span { border-color: rgb(208,100,197); }
td.TdClassName
{
border-color: #D064C5;
}
.TagClassName
{
border-color: #D064C5;
}
</style>