#DE6BDC

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

Shades of Orchid #DE6BDC

Tints of Orchid #DE6BDC

Color information

#DE6BDC (or 0xDE6BDC) is unknown color: approx Orchid. HEX triplet: DE, 6B and DC. RGB value is (222,107,220). Sum of RGB (Red+Green+Blue) = 222+107+220=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BDC is #219423. Grayscale: #999999. Windows color (decimal): -2200612 or 14445534. OLE color: 14445534.

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

Color convert

RGB222107220-
CMYK00.520.010.13
HSL301.04º63.54%64.51%-
HSV(B)301.04º51.8%87.06%-
XYZ48.331.2171.19-
YUV154.27165.1176.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 107 (42.19% from 255) = 19.49%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=40.44%
G=19.49%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210722000.520.010.13301.0463.5464.51
HexDE6BDC0341D12d4041
Octal336153334064115455100101
Binary1101111011010111101110001101001110110010110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6BDC; }

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

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

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

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

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

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

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

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