#DE6BDE

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

Shades of Orchid #DE6BDE

Tints of Orchid #DE6BDE

Color information

#DE6BDE (or 0xDE6BDE) is unknown color: approx Orchid. HEX triplet: DE, 6B and DE. RGB value is (222,107,222). Sum of RGB (Red+Green+Blue) = 222+107+222=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE6BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BDE is #219421. Grayscale: #9A9A9A. Windows color (decimal): -2200610 or 14576606. OLE color: 14576606.

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

Color convert

RGB222107222-
CMYK00.5200.13
HSL300º63.54%64.51%-
HSV(B)300º51.8%87.06%-
XYZ48.5731.3272.59-
YUV154.5166.1176.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 107 (42.19% from 255) = 19.42%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=40.29%
G=19.42%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210722200.5200.1330063.5464.51
HexDE6BDE0340D12c4041
Octal336153336064015454100101
Binary1101111011010111101111001101000110110010110010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6BDE; }

 p { color: rgb(222,107,222); }

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

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

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

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

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

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

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