Html Css Color HEX #C4A1D1 Wisteria

📋 copy color: '#C4A1D1'

red 196 ◦ green 161 ◦ blue 209

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

Shades of Wisteria #C4A1D1

Tints of Wisteria #C4A1D1

RGB

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

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

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

R = 34.63%
G = 28.45%
B = 36.93%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C4A1D1 (or 0xC4A1D1) is known color: Wisteria. HEX triplet: C4, A1 and D1. RGB value is (196,161,209). Sum of RGB (Red+Green+Blue) = 196+161+209=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4A1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A1D1 is #3B5E2E. Grayscale: #B0B0B0. Windows color (decimal): -3890735 or 13738436. OLE color: 13738436.

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

Color convert

RGB 196 161 209 -
CMYK 0.06 0.23 0 0.18
HSL 283.75º 0.34% 0.73% -
HSV(B) 283.75º 0.23% 0.82% -
XYZ 47.02 41.83 65.92 -
YUV 176.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 196 161 209 0.06 0.23 0 0.18 283.75 0.34 0.73
Hex C4 A1 D1 6 17 0 12 11C 22 49
Octal 304 241 321 6 27 0 22 434 42 111
Binary 11000100 10100001 11010001 110 10111 0 10010 100011100 100010 1001001

Color Harmonies of #C4A1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A1D1

Black with #C4A1D1

Text Example


Text Example

White with #C4A1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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