Shades of Orchid #D565CA
Tints of Orchid #D565CA
RGB
CMYK
RGB Variations
Color information
#D565CA (or 0xD565CA) is known color: Orchid. HEX triplet: D5, 65 and CA. RGB value is (213,101,202). Sum of RGB (Red+Green+Blue) = 213+101+202=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D565CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565CA is #2A9A35. Grayscale: #919191. Windows color (decimal): -2791990 or 13264341. OLE color: 13264341.
HSL color Cylindrical-coordinate representation of color #D565CA: hue angle of 305.89º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D565CA is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 202 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.16 |
| HSL | 305.89º | 0.57% | 0.62% | - |
| HSV(B) | 305.89º | 0.53% | 0.84% | - |
| XYZ | 42.75 | 27.72 | 58.97 | - |
| YUV | 146 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 202 | 0 | 0.53 | 0.05 | 0.16 | 305.89 | 0.57 | 0.62 |
| Hex | D5 | 65 | CA | 0 | 35 | 5 | 10 | 132 | 39 | 3E |
| Octal | 325 | 145 | 312 | 0 | 65 | 5 | 20 | 462 | 71 | 76 |
| Binary | 11010101 | 1100101 | 11001010 | 0 | 110101 | 101 | 10000 | 100110010 | 111001 | 111110 |
Color Harmonies of #D565CA
Complementary color
Monochromatic Colors of #D565CA
Black with #D565CA
Text Example
Text Example
White with #D565CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565CA; }
p { color: rgb(213,101,202); }
H1.HeaderClassName
{
color: #D565CA;
}
.AnyTagClassName
{
color: #D565CA;
}
</style>
background-color css
<style>
a { background-color: #D565CA; }
a { background-color: rgb(213,101,202); }
div.DivClassName
{
background-color: #D565CA;
}
.BgClassName
{
background-color: #D565CA;
}
</style>
border-color css
<style>
span { border-color: #D565CA; }
span { border-color: rgb(213,101,202); }
td.TdClassName
{
border-color: #D565CA;
}
.TagClassName
{
border-color: #D565CA;
}
</style>