Shades of Orchid #D468E3
Tints of Orchid #D468E3
RGB
CMYK
RGB Variations
Color information
#D468E3 (or 0xD468E3) is known color: Orchid. HEX triplet: D4, 68 and E3. RGB value is (212,104,227). Sum of RGB (Red+Green+Blue) = 212+104+227=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #D468E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D468E3 is #2B971C. Grayscale: #959595. Windows color (decimal): -2856733 or 14903508. OLE color: 14903508.
HSL color Cylindrical-coordinate representation of color #D468E3: hue angle of 292.68º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D468E3 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 104 | 227 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.11 |
| HSL | 292.68º | 0.69% | 0.65% | - |
| HSV(B) | 292.68º | 0.54% | 0.89% | - |
| XYZ | 45.97 | 29.44 | 75.93 | - |
| YUV | 150.31 | 171.28 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 227 | 0.07 | 0.54 | 0 | 0.11 | 292.68 | 0.69 | 0.65 |
| Hex | D4 | 68 | E3 | 7 | 36 | 0 | B | 125 | 45 | 41 |
| Octal | 324 | 150 | 343 | 7 | 66 | 0 | 13 | 445 | 105 | 101 |
| Binary | 11010100 | 1101000 | 11100011 | 111 | 110110 | 0 | 1011 | 100100101 | 1000101 | 1000001 |
Color Harmonies of #D468E3
Complementary color
Monochromatic Colors of #D468E3
Black with #D468E3
Text Example
Text Example
White with #D468E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D468E3; }
p { color: rgb(212,104,227); }
H1.HeaderClassName
{
color: #D468E3;
}
.AnyTagClassName
{
color: #D468E3;
}
</style>
background-color css
<style>
a { background-color: #D468E3; }
a { background-color: rgb(212,104,227); }
div.DivClassName
{
background-color: #D468E3;
}
.BgClassName
{
background-color: #D468E3;
}
</style>
border-color css
<style>
span { border-color: #D468E3; }
span { border-color: rgb(212,104,227); }
td.TdClassName
{
border-color: #D468E3;
}
.TagClassName
{
border-color: #D468E3;
}
</style>