Html Css Color HEX #C4A4D1 Wisteria

📋 copy color: '#C4A4D1'

red 196 ◦ green 164 ◦ blue 209

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

Shades of Wisteria #C4A4D1

Tints of Wisteria #C4A4D1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.82%

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 34.45%
G = 28.82%
B = 36.73%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C4A4D1 (or 0xC4A4D1) is known color: Wisteria. HEX triplet: C4, A4 and D1. RGB value is (196,164,209). Sum of RGB (Red+Green+Blue) = 196+164+209=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4A4D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A4D1 is #3B5B2E. Grayscale: #B2B2B2. Windows color (decimal): -3889967 or 13739204. OLE color: 13739204.

HSL color Cylindrical-coordinate representation of color #C4A4D1: hue angle of 282.67º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4A4D1 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 164 209 -
CMYK 0.06 0.22 0 0.18
HSL 282.67º 0.33% 0.73% -
HSV(B) 282.67º 0.22% 0.82% -
XYZ 47.55 42.89 66.09 -
YUV 178.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 196 164 209 0.06 0.22 0 0.18 282.67 0.33 0.73
Hex C4 A4 D1 6 16 0 12 11B 21 49
Octal 304 244 321 6 26 0 22 433 41 111
Binary 11000100 10100100 11010001 110 10110 0 10010 100011011 100001 1001001

Color Harmonies of #C4A4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A4D1

Black with #C4A4D1

Text Example


Text Example

White with #C4A4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A4D1; }

 p { color: rgb(196,164,209); }

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

background-color css

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

 a { background-color: rgb(196,164,209); }

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

border-color css

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

 span { border-color: rgb(196,164,209); }

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