Shades of Orchid #D466E3
Tints of Orchid #D466E3
RGB
CMYK
RGB Variations
Color information
#D466E3 (or 0xD466E3) is known color: Orchid. HEX triplet: D4, 66 and E3. RGB value is (212,102,227). Sum of RGB (Red+Green+Blue) = 212+102+227=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 227 - color contains mainly: blue. Hex color #D466E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466E3 is #2B991C. Grayscale: #949494. Windows color (decimal): -2857245 or 14902996. OLE color: 14902996.
HSL color Cylindrical-coordinate representation of color #D466E3: hue angle of 292.8º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D466E3 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 102 | 227 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.11 |
| HSL | 292.8º | 0.69% | 0.65% | - |
| HSV(B) | 292.8º | 0.55% | 0.89% | - |
| XYZ | 45.77 | 29.05 | 75.87 | - |
| YUV | 149.14 | 171.94 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 227 | 0.07 | 0.55 | 0 | 0.11 | 292.8 | 0.69 | 0.65 |
| Hex | D4 | 66 | E3 | 7 | 37 | 0 | B | 125 | 45 | 41 |
| Octal | 324 | 146 | 343 | 7 | 67 | 0 | 13 | 445 | 105 | 101 |
| Binary | 11010100 | 1100110 | 11100011 | 111 | 110111 | 0 | 1011 | 100100101 | 1000101 | 1000001 |
Color Harmonies of #D466E3
Complementary color
Monochromatic Colors of #D466E3
Black with #D466E3
Text Example
Text Example
White with #D466E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466E3; }
p { color: rgb(212,102,227); }
H1.HeaderClassName
{
color: #D466E3;
}
.AnyTagClassName
{
color: #D466E3;
}
</style>
background-color css
<style>
a { background-color: #D466E3; }
a { background-color: rgb(212,102,227); }
div.DivClassName
{
background-color: #D466E3;
}
.BgClassName
{
background-color: #D466E3;
}
</style>
border-color css
<style>
span { border-color: #D466E3; }
span { border-color: rgb(212,102,227); }
td.TdClassName
{
border-color: #D466E3;
}
.TagClassName
{
border-color: #D466E3;
}
</style>