#DC7DC4

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

Shades of Orchid #DC7DC4

Tints of Orchid #DC7DC4

Color information

#DC7DC4 (or 0xDC7DC4) is unknown color: approx Orchid. HEX triplet: DC, 7D and C4. RGB value is (220,125,196). Sum of RGB (Red+Green+Blue) = 220+125+196=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DC4 is #23823B. Grayscale: #A1A1A1. Windows color (decimal): -2327100 or 12877276. OLE color: 12877276.

HSL color Cylindrical-coordinate representation of color #DC7DC4: hue angle of 315.16º 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 #DC7DC4 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220125196-
CMYK00.430.110.14
HSL315.16º57.58%67.65%-
HSV(B)315.16º43.18%86.27%-
XYZ46.8133.8756.29-
YUV161.5147.47169.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=40.67%
G=23.11%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012519600.430.110.14315.1657.5867.65
HexDC7DC402BBE13b3a44
Octal334175304053131647372104
Binary110111001111101110001000101011101111101001110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DC4; }

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

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

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

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

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

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

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

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