Html Css Color HEX #C4A0DB Wisteria

📋 copy color: '#C4A0DB'

red 196 ◦ green 160 ◦ blue 219

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

Shades of Wisteria #C4A0DB

Tints of Wisteria #C4A0DB

RGB

 RED value IS 196 (76.95% from 255) = 34.09%

 GREEN value IS 160 (62.89% from 255) = 27.83%

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 34.09%
G = 27.83%
B = 38.09%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4A0DB (or 0xC4A0DB) is known color: Wisteria. HEX triplet: C4, A0 and DB. RGB value is (196,160,219). Sum of RGB (Red+Green+Blue) = 196+160+219=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A0DB is #3B5F24. Grayscale: #B1B1B1. Windows color (decimal): -3890981 or 14393540. OLE color: 14393540.

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

Color convert

RGB 196 160 219 -
CMYK 0.11 0.27 0 0.14
HSL 276.61º 0.45% 0.74% -
HSV(B) 276.61º 0.27% 0.86% -
XYZ 48.12 41.99 72.59 -
YUV 177.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 196 160 219 0.11 0.27 0 0.14 276.61 0.45 0.74
Hex C4 A0 DB B 1B 0 E 115 2D 4A
Octal 304 240 333 13 33 0 16 425 55 112
Binary 11000100 10100000 11011011 1011 11011 0 1110 100010101 101101 1001010

Color Harmonies of #C4A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A0DB

Black with #C4A0DB

Text Example


Text Example

White with #C4A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A0DB; }

 p { color: rgb(196,160,219); }

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

background-color css

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

 a { background-color: rgb(196,160,219); }

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

border-color css

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

 span { border-color: rgb(196,160,219); }

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