#DE7BC6

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

Shades of Orchid #DE7BC6

Tints of Orchid #DE7BC6

Color information

#DE7BC6 (or 0xDE7BC6) is unknown color: approx Orchid. HEX triplet: DE, 7B and C6. RGB value is (222,123,198). Sum of RGB (Red+Green+Blue) = 222+123+198=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BC6 is #218439. Grayscale: #A0A0A0. Windows color (decimal): -2196538 or 13007838. OLE color: 13007838.

HSL color Cylindrical-coordinate representation of color #DE7BC6: hue angle of 314.55º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7BC6 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB222123198-
CMYK00.450.110.13
HSL314.55º60%67.65%-
HSV(B)314.55º44.59%87.06%-
XYZ47.433.7757.45-
YUV161.15148.8171.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 123 (48.44% from 255) = 22.65%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=40.88%
G=22.65%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212319800.450.110.13314.556067.65
HexDE7BC602DBD13b3c44
Octal336173306055131547374104
Binary110111101111011110001100101101101111011001110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7BC6; }

 p { color: rgb(222,123,198); }

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

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

 a { background-color: rgb(222,123,198); }

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

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

 span { border-color: rgb(222,123,198); }

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