Shades of Orchid #DE69CA
Tints of Orchid #DE69CA
RGB
CMYK
RGB Variations
Color information
#DE69CA (or 0xDE69CA) is known color: Orchid. HEX triplet: DE, 69 and CA. RGB value is (222,105,202). Sum of RGB (Red+Green+Blue) = 222+105+202=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69CA is #219635. Grayscale: #969696. Windows color (decimal): -2201142 or 13265374. OLE color: 13265374.
HSL color Cylindrical-coordinate representation of color #DE69CA: hue angle of 310.26º 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 #DE69CA is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 105 | 202 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.13 |
| HSL | 310.26º | 0.64% | 0.64% | - |
| HSV(B) | 310.26º | 0.53% | 0.87% | - |
| XYZ | 45.84 | 29.9 | 59.23 | - |
| YUV | 151.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 105 | 202 | 0 | 0.53 | 0.09 | 0.13 | 310.26 | 0.64 | 0.64 |
| Hex | DE | 69 | CA | 0 | 35 | 9 | D | 136 | 40 | 40 |
| Octal | 336 | 151 | 312 | 0 | 65 | 11 | 15 | 466 | 100 | 100 |
| Binary | 11011110 | 1101001 | 11001010 | 0 | 110101 | 1001 | 1101 | 100110110 | 1000000 | 1000000 |
Color Harmonies of #DE69CA
Complementary color
Monochromatic Colors of #DE69CA
Black with #DE69CA
Text Example
Text Example
White with #DE69CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE69CA; }
p { color: rgb(222,105,202); }
H1.HeaderClassName
{
color: #DE69CA;
}
.AnyTagClassName
{
color: #DE69CA;
}
</style>
background-color css
<style>
a { background-color: #DE69CA; }
a { background-color: rgb(222,105,202); }
div.DivClassName
{
background-color: #DE69CA;
}
.BgClassName
{
background-color: #DE69CA;
}
</style>
border-color css
<style>
span { border-color: #DE69CA; }
span { border-color: rgb(222,105,202); }
td.TdClassName
{
border-color: #DE69CA;
}
.TagClassName
{
border-color: #DE69CA;
}
</style>