Html Css Color HEX #C5A0DA Wisteria

📋 copy color: '#C5A0DA'

red 197 ◦ green 160 ◦ blue 218

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

Shades of Wisteria #C5A0DA

Tints of Wisteria #C5A0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 34.26%
G = 27.83%
B = 37.91%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5A0DA (or 0xC5A0DA) is known color: Wisteria. HEX triplet: C5, A0 and DA. RGB value is (197,160,218). Sum of RGB (Red+Green+Blue) = 197+160+218=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5A0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A0DA is #3A5F25. Grayscale: #B1B1B1. Windows color (decimal): -3825446 or 14328005. OLE color: 14328005.

HSL color Cylindrical-coordinate representation of color #C5A0DA: hue angle of 278.28º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5A0DA is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 160 218 -
CMYK 0.10 0.27 0 0.15
HSL 278.28º 0.44% 0.74% -
HSV(B) 278.28º 0.27% 0.85% -
XYZ 48.25 42.07 71.91 -
YUV 177.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 197 160 218 0.10 0.27 0 0.15 278.28 0.44 0.74
Hex C5 A0 DA A 1B 0 F 116 2C 4A
Octal 305 240 332 12 33 0 17 426 54 112
Binary 11000101 10100000 11011010 1010 11011 0 1111 100010110 101100 1001010

Color Harmonies of #C5A0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A0DA

Black with #C5A0DA

Text Example


Text Example

White with #C5A0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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