#DE6ABB

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

Shades of Orchid #DE6ABB

Tints of Orchid #DE6ABB

Color information

#DE6ABB (or 0xDE6ABB) is unknown color: approx Orchid. HEX triplet: DE, 6A and BB. RGB value is (222,106,187). Sum of RGB (Red+Green+Blue) = 222+106+187=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ABB is #219544. Grayscale: #959595. Windows color (decimal): -2200901 or 12282590. OLE color: 12282590.

HSL color Cylindrical-coordinate representation of color #DE6ABB: hue angle of 318.1º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6ABB is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222106187-
CMYK00.520.160.13
HSL318.1º63.74%64.31%-
HSV(B)318.1º52.25%87.06%-
XYZ44.2529.4350.36-
YUV149.92148.93179.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 106 (41.80% from 255) = 20.58%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=43.11%
G=20.58%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210618700.520.160.13318.163.7464.31
HexDE6ABB03410D13e4040
Octal3361522730642015476100100
Binary11011110110101010111011011010010000110110011111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6ABB; }

 p { color: rgb(222,106,187); }

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

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

 a { background-color: rgb(222,106,187); }

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

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

 span { border-color: rgb(222,106,187); }

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