Html Css Color HEX #C5A6D8 Wisteria

📋 copy color: '#C5A6D8'

red 197 ◦ green 166 ◦ blue 216

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

Shades of Wisteria #C5A6D8

Tints of Wisteria #C5A6D8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.67%

 BLUE value IS 216 (84.77% from 255) = 37.31%

R = 34.02%
G = 28.67%
B = 37.31%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5A6D8 (or 0xC5A6D8) is known color: Wisteria. HEX triplet: C5, A6 and D8. RGB value is (197,166,216). Sum of RGB (Red+Green+Blue) = 197+166+216=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #C5A6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A6D8 is #3A5927. Grayscale: #B4B4B4. Windows color (decimal): -3823912 or 14198469. OLE color: 14198469.

HSL color Cylindrical-coordinate representation of color #C5A6D8: hue angle of 277.2º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5A6D8 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 166 216 -
CMYK 0.09 0.23 0 0.15
HSL 277.2º 0.39% 0.75% -
HSV(B) 277.2º 0.23% 0.85% -
XYZ 49.06 44.1 70.89 -
YUV 180.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 197 166 216 0.09 0.23 0 0.15 277.2 0.39 0.75
Hex C5 A6 D8 9 17 0 F 115 27 4B
Octal 305 246 330 11 27 0 17 425 47 113
Binary 11000101 10100110 11011000 1001 10111 0 1111 100010101 100111 1001011

Color Harmonies of #C5A6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A6D8

Black with #C5A6D8

Text Example


Text Example

White with #C5A6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A6D8; }

 p { color: rgb(197,166,216); }

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

background-color css

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

 a { background-color: rgb(197,166,216); }

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

border-color css

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

 span { border-color: rgb(197,166,216); }

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