Shades of Orchid #D063E0
Tints of Orchid #D063E0
RGB
CMYK
RGB Variations
Color information
#D063E0 (or 0xD063E0) is known color: Orchid. HEX triplet: D0, 63 and E0. RGB value is (208,99,224). Sum of RGB (Red+Green+Blue) = 208+99+224=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #D063E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063E0 is #2F9C1F. Grayscale: #919191. Windows color (decimal): -3120160 or 14705616. OLE color: 14705616.
HSL color Cylindrical-coordinate representation of color #D063E0: hue angle of 292.32º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D063E0 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 99 | 224 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.12 |
| HSL | 292.32º | 0.67% | 0.63% | - |
| HSV(B) | 292.32º | 0.56% | 0.88% | - |
| XYZ | 43.93 | 27.72 | 73.56 | - |
| YUV | 145.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 224 | 0.07 | 0.56 | 0 | 0.12 | 292.32 | 0.67 | 0.63 |
| Hex | D0 | 63 | E0 | 7 | 38 | 0 | C | 124 | 43 | 3F |
| Octal | 320 | 143 | 340 | 7 | 70 | 0 | 14 | 444 | 103 | 77 |
| Binary | 11010000 | 1100011 | 11100000 | 111 | 111000 | 0 | 1100 | 100100100 | 1000011 | 111111 |
Color Harmonies of #D063E0
Complementary color
Monochromatic Colors of #D063E0
Black with #D063E0
Text Example
Text Example
White with #D063E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063E0; }
p { color: rgb(208,99,224); }
H1.HeaderClassName
{
color: #D063E0;
}
.AnyTagClassName
{
color: #D063E0;
}
</style>
background-color css
<style>
a { background-color: #D063E0; }
a { background-color: rgb(208,99,224); }
div.DivClassName
{
background-color: #D063E0;
}
.BgClassName
{
background-color: #D063E0;
}
</style>
border-color css
<style>
span { border-color: #D063E0; }
span { border-color: rgb(208,99,224); }
td.TdClassName
{
border-color: #D063E0;
}
.TagClassName
{
border-color: #D063E0;
}
</style>