Html Css Color HEX #C1A4D1 Wisteria

📋 copy color: '#C1A4D1'

red 193 ◦ green 164 ◦ blue 209

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

Shades of Wisteria #C1A4D1

Tints of Wisteria #C1A4D1

RGB

 RED value IS 193 (75.78% from 255) = 34.1%

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

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

R = 34.1%
G = 28.98%
B = 36.93%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C1A4D1 (or 0xC1A4D1) is known color: Wisteria. HEX triplet: C1, A4 and D1. RGB value is (193,164,209). Sum of RGB (Red+Green+Blue) = 193+164+209=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 164 (64.45% from 255 or 28.98% 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 #C1A4D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A4D1 is #3E5B2E. Grayscale: #B1B1B1. Windows color (decimal): -4086575 or 13739201. OLE color: 13739201.

HSL color Cylindrical-coordinate representation of color #C1A4D1: hue angle of 278.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 #C1A4D1 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 164 209 -
CMYK 0.08 0.22 0 0.18
HSL 278.67º 0.33% 0.73% -
HSV(B) 278.67º 0.22% 0.82% -
XYZ 46.78 42.49 66.06 -
YUV 177.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 193 164 209 0.08 0.22 0 0.18 278.67 0.33 0.73
Hex C1 A4 D1 8 16 0 12 117 21 49
Octal 301 244 321 10 26 0 22 427 41 111
Binary 11000001 10100100 11010001 1000 10110 0 10010 100010111 100001 1001001

Color Harmonies of #C1A4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A4D1

Black with #C1A4D1

Text Example


Text Example

White with #C1A4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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