Html Css Color HEX #C5A1D1 Wisteria

📋 copy color: '#C5A1D1'

red 197 ◦ green 161 ◦ blue 209

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

Shades of Wisteria #C5A1D1

Tints of Wisteria #C5A1D1

RGB

 RED value IS 197 (77.34% from 255) = 34.74%

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

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

R = 34.74%
G = 28.4%
B = 36.86%

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

#C5A1D1 (or 0xC5A1D1) is known color: Wisteria. HEX triplet: C5, A1 and D1. RGB value is (197,161,209). Sum of RGB (Red+Green+Blue) = 197+161+209=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5A1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A1D1 is #3A5E2E. Grayscale: #B1B1B1. Windows color (decimal): -3825199 or 13738437. OLE color: 13738437.

HSL color Cylindrical-coordinate representation of color #C5A1D1: hue angle of 285º 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 #C5A1D1 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 161 209 -
CMYK 0.06 0.23 0 0.18
HSL 285º 0.34% 0.73% -
HSV(B) 285º 0.23% 0.82% -
XYZ 47.28 41.96 65.93 -
YUV 177.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 197 161 209 0.06 0.23 0 0.18 285 0.34 0.73
Hex C5 A1 D1 6 17 0 12 11D 22 49
Octal 305 241 321 6 27 0 22 435 42 111
Binary 11000101 10100001 11010001 110 10111 0 10010 100011101 100010 1001001

Color Harmonies of #C5A1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A1D1

Black with #C5A1D1

Text Example


Text Example

White with #C5A1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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