Shades of Orchid #DE68CB
Tints of Orchid #DE68CB
RGB
CMYK
RGB Variations
Color information
#DE68CB (or 0xDE68CB) is known color: Orchid. HEX triplet: DE, 68 and CB. RGB value is (222,104,203). Sum of RGB (Red+Green+Blue) = 222+104+203=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68CB is #219734. Grayscale: #969696. Windows color (decimal): -2201397 or 13330654. OLE color: 13330654.
HSL color Cylindrical-coordinate representation of color #DE68CB: hue angle of 309.66º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE68CB is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 203 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.13 |
| HSL | 309.66º | 0.64% | 0.64% | - |
| HSV(B) | 309.66º | 0.53% | 0.87% | - |
| XYZ | 45.85 | 29.74 | 59.82 | - |
| YUV | 150.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 203 | 0 | 0.53 | 0.09 | 0.13 | 309.66 | 0.64 | 0.64 |
| Hex | DE | 68 | CB | 0 | 35 | 9 | D | 136 | 40 | 40 |
| Octal | 336 | 150 | 313 | 0 | 65 | 11 | 15 | 466 | 100 | 100 |
| Binary | 11011110 | 1101000 | 11001011 | 0 | 110101 | 1001 | 1101 | 100110110 | 1000000 | 1000000 |
Color Harmonies of #DE68CB
Complementary color
Monochromatic Colors of #DE68CB
Black with #DE68CB
Text Example
Text Example
White with #DE68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE68CB; }
p { color: rgb(222,104,203); }
H1.HeaderClassName
{
color: #DE68CB;
}
.AnyTagClassName
{
color: #DE68CB;
}
</style>
background-color css
<style>
a { background-color: #DE68CB; }
a { background-color: rgb(222,104,203); }
div.DivClassName
{
background-color: #DE68CB;
}
.BgClassName
{
background-color: #DE68CB;
}
</style>
border-color css
<style>
span { border-color: #DE68CB; }
span { border-color: rgb(222,104,203); }
td.TdClassName
{
border-color: #DE68CB;
}
.TagClassName
{
border-color: #DE68CB;
}
</style>