#DCA7E6

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

Shades of Plum #DCA7E6

Tints of Plum #DCA7E6

Color information

#DCA7E6 (or 0xDCA7E6) is unknown color: approx Plum. HEX triplet: DC, A7 and E6. RGB value is (220,167,230). Sum of RGB (Red+Green+Blue) = 220+167+230=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 167 (65.62% from 255 or 27.07% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCA7E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA7E6 is #235819. Grayscale: #BDBDBD. Windows color (decimal): -2316314 or 15116252. OLE color: 15116252.

HSL color Cylindrical-coordinate representation of color #DCA7E6: hue angle of 290.48º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA7E6 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220167230-
CMYK0.040.2700.10
HSL290.48º55.75%77.84%-
HSV(B)290.48º27.39%90.2%-
XYZ57.6248.5781.2-
YUV190.03150.56149.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 167 (65.62% from 255) = 27.07%
BLUE value IS 230 (90.23% from 255) = 37.28%
R=35.66%
G=27.07%
B=37.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201672300.040.2700.10290.4855.7577.84
HexDCA7E641B0A122384e
Octal33424734643301244270116
Binary11011100101001111110011010011011010101001000101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7E6; }

 p { color: rgb(220,167,230); }

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

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

 a { background-color: rgb(220,167,230); }

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

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

 span { border-color: rgb(220,167,230); }

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