Html Css Color HEX #C5A1DC Wisteria

📋 copy color: '#C5A1DC'

red 197 ◦ green 161 ◦ blue 220

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

Shades of Wisteria #C5A1DC

Tints of Wisteria #C5A1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 34.08%
G = 27.85%
B = 38.06%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5A1DC (or 0xC5A1DC) is known color: Wisteria. HEX triplet: C5, A1 and DC. RGB value is (197,161,220). Sum of RGB (Red+Green+Blue) = 197+161+220=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5A1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A1DC is #3A5E23. Grayscale: #B2B2B2. Windows color (decimal): -3825188 or 14459333. OLE color: 14459333.

HSL color Cylindrical-coordinate representation of color #C5A1DC: hue angle of 276.61º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5A1DC is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 161 220 -
CMYK 0.10 0.27 0 0.14
HSL 276.61º 0.46% 0.75% -
HSV(B) 276.61º 0.27% 0.86% -
XYZ 48.69 42.53 73.35 -
YUV 178.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 197 161 220 0.10 0.27 0 0.14 276.61 0.46 0.75
Hex C5 A1 DC A 1B 0 E 115 2E 4B
Octal 305 241 334 12 33 0 16 425 56 113
Binary 11000101 10100001 11011100 1010 11011 0 1110 100010101 101110 1001011

Color Harmonies of #C5A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A1DC

Black with #C5A1DC

Text Example


Text Example

White with #C5A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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