Shades of Orchid #D065C9
Tints of Orchid #D065C9
RGB
CMYK
RGB Variations
Color information
#D065C9 (or 0xD065C9) is known color: Orchid. HEX triplet: D0, 65 and C9. RGB value is (208,101,201). Sum of RGB (Red+Green+Blue) = 208+101+201=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D065C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065C9 is #2F9A36. Grayscale: #909090. Windows color (decimal): -3119671 or 13198800. OLE color: 13198800.
HSL color Cylindrical-coordinate representation of color #D065C9: hue angle of 303.93º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D065C9 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 201 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.18 |
| HSL | 303.93º | 0.53% | 0.61% | - |
| HSV(B) | 303.93º | 0.51% | 0.82% | - |
| XYZ | 41.21 | 26.93 | 58.29 | - |
| YUV | 144.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 201 | 0 | 0.51 | 0.03 | 0.18 | 303.93 | 0.53 | 0.61 |
| Hex | D0 | 65 | C9 | 0 | 33 | 3 | 12 | 130 | 35 | 3D |
| Octal | 320 | 145 | 311 | 0 | 63 | 3 | 22 | 460 | 65 | 75 |
| Binary | 11010000 | 1100101 | 11001001 | 0 | 110011 | 11 | 10010 | 100110000 | 110101 | 111101 |
Color Harmonies of #D065C9
Complementary color
Monochromatic Colors of #D065C9
Black with #D065C9
Text Example
Text Example
White with #D065C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065C9; }
p { color: rgb(208,101,201); }
H1.HeaderClassName
{
color: #D065C9;
}
.AnyTagClassName
{
color: #D065C9;
}
</style>
background-color css
<style>
a { background-color: #D065C9; }
a { background-color: rgb(208,101,201); }
div.DivClassName
{
background-color: #D065C9;
}
.BgClassName
{
background-color: #D065C9;
}
</style>
border-color css
<style>
span { border-color: #D065C9; }
span { border-color: rgb(208,101,201); }
td.TdClassName
{
border-color: #D065C9;
}
.TagClassName
{
border-color: #D065C9;
}
</style>