Shades of Orchid #DE67DE
Tints of Orchid #DE67DE
RGB
CMYK
RGB Variations
Color information
#DE67DE (or 0xDE67DE) is known color: Orchid. HEX triplet: DE, 67 and DE. RGB value is (222,103,222). Sum of RGB (Red+Green+Blue) = 222+103+222=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE67DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67DE is #219821. Grayscale: #979797. Windows color (decimal): -2201634 or 14575582. OLE color: 14575582.
HSL color Cylindrical-coordinate representation of color #DE67DE: hue angle of 300º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE67DE is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 222 | - |
| CMYK | 0 | 0.54 | 0 | 0.13 |
| HSL | 300º | 0.64% | 0.64% | - |
| HSV(B) | 300º | 0.54% | 0.87% | - |
| XYZ | 48.16 | 30.5 | 72.46 | - |
| YUV | 152.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 222 | 0 | 0.54 | 0 | 0.13 | 300 | 0.64 | 0.64 |
| Hex | DE | 67 | DE | 0 | 36 | 0 | D | 12C | 40 | 40 |
| Octal | 336 | 147 | 336 | 0 | 66 | 0 | 15 | 454 | 100 | 100 |
| Binary | 11011110 | 1100111 | 11011110 | 0 | 110110 | 0 | 1101 | 100101100 | 1000000 | 1000000 |
Color Harmonies of #DE67DE
Complementary color
Monochromatic Colors of #DE67DE
Black with #DE67DE
Text Example
Text Example
White with #DE67DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE67DE; }
p { color: rgb(222,103,222); }
H1.HeaderClassName
{
color: #DE67DE;
}
.AnyTagClassName
{
color: #DE67DE;
}
</style>
background-color css
<style>
a { background-color: #DE67DE; }
a { background-color: rgb(222,103,222); }
div.DivClassName
{
background-color: #DE67DE;
}
.BgClassName
{
background-color: #DE67DE;
}
</style>
border-color css
<style>
span { border-color: #DE67DE; }
span { border-color: rgb(222,103,222); }
td.TdClassName
{
border-color: #DE67DE;
}
.TagClassName
{
border-color: #DE67DE;
}
</style>