Shades of Orchid #D064CA
Tints of Orchid #D064CA
RGB
CMYK
RGB Variations
Color information
#D064CA (or 0xD064CA) is known color: Orchid. HEX triplet: D0, 64 and CA. RGB value is (208,100,202). Sum of RGB (Red+Green+Blue) = 208+100+202=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D064CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064CA is #2F9B35. Grayscale: #8F8F8F. Windows color (decimal): -3119926 or 13264080. OLE color: 13264080.
HSL color Cylindrical-coordinate representation of color #D064CA: hue angle of 303.33º 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 #D064CA is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 202 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.18 |
| HSL | 303.33º | 0.53% | 0.6% | - |
| HSV(B) | 303.33º | 0.52% | 0.82% | - |
| XYZ | 41.23 | 26.79 | 58.87 | - |
| YUV | 143.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 202 | 0 | 0.52 | 0.03 | 0.18 | 303.33 | 0.53 | 0.6 |
| Hex | D0 | 64 | CA | 0 | 34 | 3 | 12 | 12F | 35 | 3C |
| Octal | 320 | 144 | 312 | 0 | 64 | 3 | 22 | 457 | 65 | 74 |
| Binary | 11010000 | 1100100 | 11001010 | 0 | 110100 | 11 | 10010 | 100101111 | 110101 | 111100 |
Color Harmonies of #D064CA
Complementary color
Monochromatic Colors of #D064CA
Black with #D064CA
Text Example
Text Example
White with #D064CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064CA; }
p { color: rgb(208,100,202); }
H1.HeaderClassName
{
color: #D064CA;
}
.AnyTagClassName
{
color: #D064CA;
}
</style>
background-color css
<style>
a { background-color: #D064CA; }
a { background-color: rgb(208,100,202); }
div.DivClassName
{
background-color: #D064CA;
}
.BgClassName
{
background-color: #D064CA;
}
</style>
border-color css
<style>
span { border-color: #D064CA; }
span { border-color: rgb(208,100,202); }
td.TdClassName
{
border-color: #D064CA;
}
.TagClassName
{
border-color: #D064CA;
}
</style>