Shades of Orchid #D065D0
Tints of Orchid #D065D0
RGB
CMYK
RGB Variations
Color information
#D065D0 (or 0xD065D0) is known color: Orchid. HEX triplet: D0, 65 and D0. RGB value is (208,101,208). Sum of RGB (Red+Green+Blue) = 208+101+208=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D065D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065D0 is #2F9A2F. Grayscale: #909090. Windows color (decimal): -3119664 or 13657552. OLE color: 13657552.
HSL color Cylindrical-coordinate representation of color #D065D0: hue angle of 300º 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 #D065D0 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 101 | 208 | - |
CMYK | 0 | 0.51 | 0 | 0.18 |
HSL | 300º | 0.53% | 0.61% | - |
HSV(B) | 300º | 0.51% | 0.82% | - |
XYZ | 42.05 | 27.27 | 62.72 | - |
YUV | 145.19 | 163.45 | 172.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 101 | 208 | 0 | 0.51 | 0 | 0.18 | 300 | 0.53 | 0.61 |
Hex | D0 | 65 | D0 | 0 | 33 | 0 | 12 | 12C | 35 | 3D |
Octal | 320 | 145 | 320 | 0 | 63 | 0 | 22 | 454 | 65 | 75 |
Binary | 11010000 | 1100101 | 11010000 | 0 | 110011 | 0 | 10010 | 100101100 | 110101 | 111101 |
Color Harmonies of #D065D0
Complementary color
Monochromatic Colors of #D065D0
Black with #D065D0
Text Example
Text Example
White with #D065D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065D0; }
p { color: rgb(208,101,208); }
H1.HeaderClassName
{
color: #D065D0;
}
.AnyTagClassName
{
color: #D065D0;
}
</style>
background-color css
<style>
a { background-color: #D065D0; }
a { background-color: rgb(208,101,208); }
div.DivClassName
{
background-color: #D065D0;
}
.BgClassName
{
background-color: #D065D0;
}
</style>
border-color css
<style>
span { border-color: #D065D0; }
span { border-color: rgb(208,101,208); }
td.TdClassName
{
border-color: #D065D0;
}
.TagClassName
{
border-color: #D065D0;
}
</style>