Shades of Orchid #D065E3
Tints of Orchid #D065E3
RGB
CMYK
RGB Variations
Color information
#D065E3 (or 0xD065E3) is known color: Orchid. HEX triplet: D0, 65 and E3. RGB value is (208,101,227). Sum of RGB (Red+Green+Blue) = 208+101+227=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #D065E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065E3 is #2F9A1C. Grayscale: #929292. Windows color (decimal): -3119645 or 14902736. OLE color: 14902736.
HSL color Cylindrical-coordinate representation of color #D065E3: hue angle of 290.95º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D065E3 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 101 | 227 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.11 |
| HSL | 290.95º | 0.69% | 0.64% | - |
| HSV(B) | 290.95º | 0.56% | 0.89% | - |
| XYZ | 44.53 | 28.26 | 75.78 | - |
| YUV | 147.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 227 | 0.08 | 0.56 | 0 | 0.11 | 290.95 | 0.69 | 0.64 |
| Hex | D0 | 65 | E3 | 8 | 38 | 0 | B | 123 | 45 | 40 |
| Octal | 320 | 145 | 343 | 10 | 70 | 0 | 13 | 443 | 105 | 100 |
| Binary | 11010000 | 1100101 | 11100011 | 1000 | 111000 | 0 | 1011 | 100100011 | 1000101 | 1000000 |
Color Harmonies of #D065E3
Complementary color
Monochromatic Colors of #D065E3
Black with #D065E3
Text Example
Text Example
White with #D065E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065E3; }
p { color: rgb(208,101,227); }
H1.HeaderClassName
{
color: #D065E3;
}
.AnyTagClassName
{
color: #D065E3;
}
</style>
background-color css
<style>
a { background-color: #D065E3; }
a { background-color: rgb(208,101,227); }
div.DivClassName
{
background-color: #D065E3;
}
.BgClassName
{
background-color: #D065E3;
}
</style>
border-color css
<style>
span { border-color: #D065E3; }
span { border-color: rgb(208,101,227); }
td.TdClassName
{
border-color: #D065E3;
}
.TagClassName
{
border-color: #D065E3;
}
</style>