#DC7ACA

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

Shades of Orchid #DC7ACA

Tints of Orchid #DC7ACA

Color information

#DC7ACA (or 0xDC7ACA) is unknown color: approx Orchid. HEX triplet: DC, 7A and CA. RGB value is (220,122,202). Sum of RGB (Red+Green+Blue) = 220+122+202=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ACA is #238535. Grayscale: #A0A0A0. Windows color (decimal): -2327862 or 13269724. OLE color: 13269724.

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

Color convert

RGB220122202-
CMYK00.450.080.14
HSL311.02º58.33%67.06%-
HSV(B)311.02º44.55%86.27%-
XYZ47.1433.459.84-
YUV160.42151.47170.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 122 (48.05% from 255) = 22.43%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=40.44%
G=22.43%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012220200.450.080.14311.0258.3367.06
HexDC7ACA02D8E1373a43
Octal334172312055101646772103
Binary110111001111010110010100101101100011101001101111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7ACA; }

 p { color: rgb(220,122,202); }

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

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

 a { background-color: rgb(220,122,202); }

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

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

 span { border-color: rgb(220,122,202); }

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