Shades of Orchid #DE67E8
Tints of Orchid #DE67E8
RGB
CMYK
RGB Variations
Color information
#DE67E8 (or 0xDE67E8) is known color: Orchid. HEX triplet: DE, 67 and E8. RGB value is (222,103,232). Sum of RGB (Red+Green+Blue) = 222+103+232=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 103 (40.62% from 255 or 18.49% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE67E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE67E8 is #219817. Grayscale: #989898. Windows color (decimal): -2201624 or 15230942. OLE color: 15230942.
HSL color Cylindrical-coordinate representation of color #DE67E8: hue angle of 295.35º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE67E8 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 103 | 232 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.09 |
| HSL | 295.35º | 0.74% | 0.66% | - |
| HSV(B) | 295.35º | 0.56% | 0.91% | - |
| XYZ | 49.54 | 31.06 | 79.73 | - |
| YUV | 153.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 232 | 0.04 | 0.56 | 0 | 0.09 | 295.35 | 0.74 | 0.66 |
| Hex | DE | 67 | E8 | 4 | 38 | 0 | 9 | 127 | 4A | 42 |
| Octal | 336 | 147 | 350 | 4 | 70 | 0 | 11 | 447 | 112 | 102 |
| Binary | 11011110 | 1100111 | 11101000 | 100 | 111000 | 0 | 1001 | 100100111 | 1001010 | 1000010 |
Color Harmonies of #DE67E8
Complementary color
Monochromatic Colors of #DE67E8
Black with #DE67E8
Text Example
Text Example
White with #DE67E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE67E8; }
p { color: rgb(222,103,232); }
H1.HeaderClassName
{
color: #DE67E8;
}
.AnyTagClassName
{
color: #DE67E8;
}
</style>
background-color css
<style>
a { background-color: #DE67E8; }
a { background-color: rgb(222,103,232); }
div.DivClassName
{
background-color: #DE67E8;
}
.BgClassName
{
background-color: #DE67E8;
}
</style>
border-color css
<style>
span { border-color: #DE67E8; }
span { border-color: rgb(222,103,232); }
td.TdClassName
{
border-color: #DE67E8;
}
.TagClassName
{
border-color: #DE67E8;
}
</style>