#DC7EDD

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

Shades of Orchid #DC7EDD

Tints of Orchid #DC7EDD

Color information

#DC7EDD (or 0xDC7EDD) is unknown color: approx Orchid. HEX triplet: DC, 7E and DD. RGB value is (220,126,221). Sum of RGB (Red+Green+Blue) = 220+126+221=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EDD is #238122. Grayscale: #A4A4A4. Windows color (decimal): -2326819 or 14515932. OLE color: 14515932.

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

Color convert

RGB220126221-
CMYK0.000.4300.13
HSL299.37º58.28%68.04%-
HSV(B)299.37º42.99%86.67%-
XYZ50.0335.3672.59-
YUV164.94159.64167.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 126 (49.61% from 255) = 22.22%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=38.80%
G=22.22%
B=38.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201262210.000.4300.13299.3758.2868.04
HexDC7EDD02B0D12b3a44
Octal33417633505301545372104
Binary110111001111110110111010101011011011001010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7EDD; }

 p { color: rgb(220,126,221); }

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

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

 a { background-color: rgb(220,126,221); }

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

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

 span { border-color: rgb(220,126,221); }

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