#DE6ECB

Color #DE6ECB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DE6ECB

Tints of Orchid #DE6ECB

Color information

#DE6ECB (or 0xDE6ECB) is unknown color: approx Orchid. HEX triplet: DE, 6E and CB. RGB value is (222,110,203). Sum of RGB (Red+Green+Blue) = 222+110+203=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ECB is #219134. Grayscale: #999999. Windows color (decimal): -2199861 or 13332190. OLE color: 13332190.

HSL color Cylindrical-coordinate representation of color #DE6ECB: hue angle of 310.18º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6ECB is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222110203-
CMYK00.500.090.13
HSL310.18º62.92%65.1%-
HSV(B)310.18º50.45%87.06%-
XYZ46.4830.9960.03-
YUV154.09155.61176.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 110 (43.36% from 255) = 20.56%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=41.50%
G=20.56%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211020300.500.090.13310.1862.9265.1
HexDE6ECB0329D1363f41
Octal336156313062111546677101
Binary110111101101110110010110110010100111011001101101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6ECB; }

 p { color: rgb(222,110,203); }

 H1.HeaderClassName
 {
   color: #DE6ECB;
 }
 .AnyTagClassName
 {
   color: #DE6ECB;
 }
</style>
background-color css

<style>
 a { background-color: #DE6ECB; }

 a { background-color: rgb(222,110,203); }

 div.DivClassName
 {
   background-color: #DE6ECB;
 }
 .BgClassName
 {
   background-color: #DE6ECB;
 }
</style>
border-color css

<style>
 span { border-color: #DE6ECB; }

 span { border-color: rgb(222,110,203); }

 td.TdClassName
 {
   border-color: #DE6ECB;
 }
 .TagClassName
 {
   border-color: #DE6ECB;
 }
</style>