Html Css Color HEX #C5A4CE Wisteria

📋 copy color: '#C5A4CE'

red 197 ◦ green 164 ◦ blue 206

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

Shades of Wisteria #C5A4CE

Tints of Wisteria #C5A4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.92%

 BLUE value IS 206 (80.86% from 255) = 36.33%

R = 34.74%
G = 28.92%
B = 36.33%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5A4CE (or 0xC5A4CE) is known color: Wisteria. HEX triplet: C5, A4 and CE. RGB value is (197,164,206). Sum of RGB (Red+Green+Blue) = 197+164+206=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A4CE is #3A5B31. Grayscale: #B2B2B2. Windows color (decimal): -3824434 or 13542597. OLE color: 13542597.

HSL color Cylindrical-coordinate representation of color #C5A4CE: hue angle of 287.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5A4CE is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 164 206 -
CMYK 0.04 0.20 0 0.19
HSL 287.14º 0.3% 0.73% -
HSV(B) 287.14º 0.2% 0.81% -
XYZ 47.44 42.88 64.17 -
YUV 178.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 197 164 206 0.04 0.20 0 0.19 287.14 0.3 0.73
Hex C5 A4 CE 4 14 0 13 11F 1E 49
Octal 305 244 316 4 24 0 23 437 36 111
Binary 11000101 10100100 11001110 100 10100 0 10011 100011111 11110 1001001

Color Harmonies of #C5A4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A4CE

Black with #C5A4CE

Text Example


Text Example

White with #C5A4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A4CE; }

 p { color: rgb(197,164,206); }

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

background-color css

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

 a { background-color: rgb(197,164,206); }

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

border-color css

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

 span { border-color: rgb(197,164,206); }

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