Html Css Color HEX #C4A0D1 Wisteria

📋 copy color: '#C4A0D1'

red 196 ◦ green 160 ◦ blue 209

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

Shades of Wisteria #C4A0D1

Tints of Wisteria #C4A0D1

RGB

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

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

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

R = 34.69%
G = 28.32%
B = 36.99%

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

#C4A0D1 (or 0xC4A0D1) is known color: Wisteria. HEX triplet: C4, A0 and D1. RGB value is (196,160,209). Sum of RGB (Red+Green+Blue) = 196+160+209=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4A0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A0D1 is #3B5F2E. Grayscale: #B0B0B0. Windows color (decimal): -3890991 or 13738180. OLE color: 13738180.

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

Color convert

RGB 196 160 209 -
CMYK 0.06 0.23 0 0.18
HSL 284.08º 0.35% 0.72% -
HSV(B) 284.08º 0.23% 0.82% -
XYZ 46.84 41.48 65.86 -
YUV 176.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 196 160 209 0.06 0.23 0 0.18 284.08 0.35 0.72
Hex C4 A0 D1 6 17 0 12 11C 23 48
Octal 304 240 321 6 27 0 22 434 43 110
Binary 11000100 10100000 11010001 110 10111 0 10010 100011100 100011 1001000

Color Harmonies of #C4A0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A0D1

Black with #C4A0D1

Text Example


Text Example

White with #C4A0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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