Html Css Color HEX #C5A2DC Wisteria

📋 copy color: '#C5A2DC'

red 197 ◦ green 162 ◦ blue 220

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

Shades of Wisteria #C5A2DC

Tints of Wisteria #C5A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.98%

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

R = 34.02%
G = 27.98%
B = 38%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5A2DC (or 0xC5A2DC) is known color: Wisteria. HEX triplet: C5, A2 and DC. RGB value is (197,162,220). Sum of RGB (Red+Green+Blue) = 197+162+220=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A2DC is #3A5D23. Grayscale: #B2B2B2. Windows color (decimal): -3824932 or 14459589. OLE color: 14459589.

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

Color convert

RGB 197 162 220 -
CMYK 0.10 0.26 0 0.14
HSL 276.21º 0.45% 0.75% -
HSV(B) 276.21º 0.26% 0.86% -
XYZ 48.86 42.88 73.41 -
YUV 179.08 151.1 140.78 -
System Red Green Blue C M Y K H S L
Decimal 197 162 220 0.10 0.26 0 0.14 276.21 0.45 0.75
Hex C5 A2 DC A 1A 0 E 114 2D 4B
Octal 305 242 334 12 32 0 16 424 55 113
Binary 11000101 10100010 11011100 1010 11010 0 1110 100010100 101101 1001011

Color Harmonies of #C5A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A2DC

Black with #C5A2DC

Text Example


Text Example

White with #C5A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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