Shades of Orchid #DE67CF
Tints of Orchid #DE67CF
RGB
CMYK
RGB Variations
Color information
#DE67CF (or 0xDE67CF) is known color: Orchid. HEX triplet: DE, 67 and CF. RGB value is (222,103,207). Sum of RGB (Red+Green+Blue) = 222+103+207=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67CF is #219830. Grayscale: #969696. Windows color (decimal): -2201649 or 13592542. OLE color: 13592542.
HSL color Cylindrical-coordinate representation of color #DE67CF: hue angle of 307.56º 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 #DE67CF is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 207 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.13 |
| HSL | 307.56º | 0.64% | 0.64% | - |
| HSV(B) | 307.56º | 0.54% | 0.87% | - |
| XYZ | 46.24 | 29.74 | 62.33 | - |
| YUV | 150.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 207 | 0 | 0.54 | 0.07 | 0.13 | 307.56 | 0.64 | 0.64 |
| Hex | DE | 67 | CF | 0 | 36 | 7 | D | 134 | 40 | 40 |
| Octal | 336 | 147 | 317 | 0 | 66 | 7 | 15 | 464 | 100 | 100 |
| Binary | 11011110 | 1100111 | 11001111 | 0 | 110110 | 111 | 1101 | 100110100 | 1000000 | 1000000 |
Color Harmonies of #DE67CF
Complementary color
Monochromatic Colors of #DE67CF
Black with #DE67CF
Text Example
Text Example
White with #DE67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE67CF; }
p { color: rgb(222,103,207); }
H1.HeaderClassName
{
color: #DE67CF;
}
.AnyTagClassName
{
color: #DE67CF;
}
</style>
background-color css
<style>
a { background-color: #DE67CF; }
a { background-color: rgb(222,103,207); }
div.DivClassName
{
background-color: #DE67CF;
}
.BgClassName
{
background-color: #DE67CF;
}
</style>
border-color css
<style>
span { border-color: #DE67CF; }
span { border-color: rgb(222,103,207); }
td.TdClassName
{
border-color: #DE67CF;
}
.TagClassName
{
border-color: #DE67CF;
}
</style>