Shades of Orchid #DE67DF
Tints of Orchid #DE67DF
RGB
CMYK
RGB Variations
Color information
#DE67DF (or 0xDE67DF) is known color: Orchid. HEX triplet: DE, 67 and DF. RGB value is (222,103,223). Sum of RGB (Red+Green+Blue) = 222+103+223=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 103 (40.62% from 255 or 18.80% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE67DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67DF is #219820. Grayscale: #979797. Windows color (decimal): -2201633 or 14641118. OLE color: 14641118.
HSL color Cylindrical-coordinate representation of color #DE67DF: hue angle of 299.5º degrees, saturation: 0.65, 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 #DE67DF is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 223 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.13 |
| HSL | 299.5º | 0.65% | 0.64% | - |
| HSV(B) | 299.5º | 0.54% | 0.87% | - |
| XYZ | 48.29 | 30.56 | 73.16 | - |
| YUV | 152.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 223 | 0.00 | 0.54 | 0 | 0.13 | 299.5 | 0.65 | 0.64 |
| Hex | DE | 67 | DF | 0 | 36 | 0 | D | 12C | 41 | 40 |
| Octal | 336 | 147 | 337 | 0 | 66 | 0 | 15 | 454 | 101 | 100 |
| Binary | 11011110 | 1100111 | 11011111 | 0 | 110110 | 0 | 1101 | 100101100 | 1000001 | 1000000 |
Color Harmonies of #DE67DF
Complementary color
Monochromatic Colors of #DE67DF
Black with #DE67DF
Text Example
Text Example
White with #DE67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE67DF; }
p { color: rgb(222,103,223); }
H1.HeaderClassName
{
color: #DE67DF;
}
.AnyTagClassName
{
color: #DE67DF;
}
</style>
background-color css
<style>
a { background-color: #DE67DF; }
a { background-color: rgb(222,103,223); }
div.DivClassName
{
background-color: #DE67DF;
}
.BgClassName
{
background-color: #DE67DF;
}
</style>
border-color css
<style>
span { border-color: #DE67DF; }
span { border-color: rgb(222,103,223); }
td.TdClassName
{
border-color: #DE67DF;
}
.TagClassName
{
border-color: #DE67DF;
}
</style>