Shades of Orchid #D365CA
Tints of Orchid #D365CA
RGB
CMYK
RGB Variations
Color information
#D365CA (or 0xD365CA) is known color: Orchid. HEX triplet: D3, 65 and CA. RGB value is (211,101,202). Sum of RGB (Red+Green+Blue) = 211+101+202=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D365CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365CA is #2C9A35. Grayscale: #919191. Windows color (decimal): -2923062 or 13264339. OLE color: 13264339.
HSL color Cylindrical-coordinate representation of color #D365CA: hue angle of 304.91º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D365CA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 202 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.17 |
| HSL | 304.91º | 0.56% | 0.61% | - |
| HSV(B) | 304.91º | 0.52% | 0.83% | - |
| XYZ | 42.18 | 27.42 | 58.95 | - |
| YUV | 145.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 202 | 0 | 0.52 | 0.04 | 0.17 | 304.91 | 0.56 | 0.61 |
| Hex | D3 | 65 | CA | 0 | 34 | 4 | 11 | 131 | 38 | 3D |
| Octal | 323 | 145 | 312 | 0 | 64 | 4 | 21 | 461 | 70 | 75 |
| Binary | 11010011 | 1100101 | 11001010 | 0 | 110100 | 100 | 10001 | 100110001 | 111000 | 111101 |
Color Harmonies of #D365CA
Complementary color
Monochromatic Colors of #D365CA
Black with #D365CA
Text Example
Text Example
White with #D365CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D365CA; }
p { color: rgb(211,101,202); }
H1.HeaderClassName
{
color: #D365CA;
}
.AnyTagClassName
{
color: #D365CA;
}
</style>
background-color css
<style>
a { background-color: #D365CA; }
a { background-color: rgb(211,101,202); }
div.DivClassName
{
background-color: #D365CA;
}
.BgClassName
{
background-color: #D365CA;
}
</style>
border-color css
<style>
span { border-color: #D365CA; }
span { border-color: rgb(211,101,202); }
td.TdClassName
{
border-color: #D365CA;
}
.TagClassName
{
border-color: #D365CA;
}
</style>