#DE6BDD

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

Shades of Orchid #DE6BDD

Tints of Orchid #DE6BDD

Color information

#DE6BDD (or 0xDE6BDD) is unknown color: approx Orchid. HEX triplet: DE, 6B and DD. RGB value is (222,107,221). Sum of RGB (Red+Green+Blue) = 222+107+221=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BDD is #219422. Grayscale: #9A9A9A. Windows color (decimal): -2200611 or 14511070. OLE color: 14511070.

HSL color Cylindrical-coordinate representation of color #DE6BDD: hue angle of 300.52º 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 #DE6BDD is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222107221-
CMYK00.520.000.13
HSL300.52º63.54%64.51%-
HSV(B)300.52º51.8%87.06%-
XYZ48.4331.2771.89-
YUV154.38165.6176.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 107 (42.19% from 255) = 19.45%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=40.36%
G=19.45%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210722100.520.000.13300.5263.5464.51
HexDE6BDD0340D12d4041
Octal336153335064015455100101
Binary1101111011010111101110101101000110110010110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6BDD; }

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

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

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

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

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

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

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

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