#DC7DCE

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

Shades of Orchid #DC7DCE

Tints of Orchid #DC7DCE

Color information

#DC7DCE (or 0xDC7DCE) is unknown color: approx Orchid. HEX triplet: DC, 7D and CE. RGB value is (220,125,206). Sum of RGB (Red+Green+Blue) = 220+125+206=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DCE is #238231. Grayscale: #A2A2A2. Windows color (decimal): -2327090 or 13532636. OLE color: 13532636.

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

Color convert

RGB220125206-
CMYK00.430.060.14
HSL308.84º57.58%67.65%-
HSV(B)308.84º43.18%86.27%-
XYZ47.9934.3462.49-
YUV162.64152.47168.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=39.93%
G=22.69%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012520600.430.060.14308.8457.5867.65
HexDC7DCE02B6E1353a44
Octal33417531605361646572104
Binary11011100111110111001110010101111011101001101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DCE; }

 p { color: rgb(220,125,206); }

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

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

 a { background-color: rgb(220,125,206); }

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

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

 span { border-color: rgb(220,125,206); }

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