Html Css Color HEX #C5A0DC Wisteria

📋 copy color: '#C5A0DC'

red 197 ◦ green 160 ◦ blue 220

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

Shades of Wisteria #C5A0DC

Tints of Wisteria #C5A0DC

RGB

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

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

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

R = 34.14%
G = 27.73%
B = 38.13%

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

#C5A0DC (or 0xC5A0DC) is known color: Wisteria. HEX triplet: C5, A0 and DC. RGB value is (197,160,220). Sum of RGB (Red+Green+Blue) = 197+160+220=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A0DC is #3A5F23. Grayscale: #B1B1B1. Windows color (decimal): -3825444 or 14459077. OLE color: 14459077.

HSL color Cylindrical-coordinate representation of color #C5A0DC: hue angle of 277º 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 #C5A0DC is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 160 220 -
CMYK 0.10 0.27 0 0.14
HSL 277º 0.46% 0.75% -
HSV(B) 277º 0.27% 0.86% -
XYZ 48.52 42.18 73.29 -
YUV 177.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 197 160 220 0.10 0.27 0 0.14 277 0.46 0.75
Hex C5 A0 DC A 1B 0 E 115 2E 4B
Octal 305 240 334 12 33 0 16 425 56 113
Binary 11000101 10100000 11011100 1010 11011 0 1110 100010101 101110 1001011

Color Harmonies of #C5A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A0DC

Black with #C5A0DC

Text Example


Text Example

White with #C5A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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