Html Css Color HEX #DCA1EC Plum

📋 copy color: '#DCA1EC'

red 220 ◦ green 161 ◦ blue 236

#DCA1EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DCA1EC

Tints of Plum #DCA1EC

RGB

 RED value IS 220 (86.33% from 255) = 35.66%

 GREEN value IS 161 (63.28% from 255) = 26.09%

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 35.66%
G = 26.09%
B = 38.25%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCA1EC (or 0xDCA1EC) is known color: Plum. HEX triplet: DC, A1 and EC. RGB value is (220,161,236). Sum of RGB (Red+Green+Blue) = 220+161+236=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1EC is #235E13. Grayscale: #BABABA. Windows color (decimal): -2317844 or 15507932. OLE color: 15507932.

HSL color Cylindrical-coordinate representation of color #DCA1EC: hue angle of 287.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA1EC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 161 236 -
CMYK 0.07 0.32 0 0.07
HSL 287.2º 0.66% 0.78% -
HSV(B) 287.2º 0.32% 0.93% -
XYZ 57.4 46.76 85.36 -
YUV 187.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 220 161 236 0.07 0.32 0 0.07 287.2 0.66 0.78
Hex DC A1 EC 7 20 0 7 11F 42 4E
Octal 334 241 354 7 40 0 7 437 102 116
Binary 11011100 10100001 11101100 111 100000 0 111 100011111 1000010 1001110

Color Harmonies of #DCA1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA1EC

Black with #DCA1EC

Text Example


Text Example

White with #DCA1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA1EC; }

 p { color: rgb(220,161,236); }

 H1.HeaderClassName
 {
   color: #DCA1EC;
 }
 .AnyTagClassName
 {
   color: #DCA1EC;
 }
</style>

background-color css

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

 a { background-color: rgb(220,161,236); }

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

border-color css

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

 span { border-color: rgb(220,161,236); }

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