Html Css Color HEX #C5A7D7 Wisteria

📋 copy color: '#C5A7D7'

red 197 ◦ green 167 ◦ blue 215

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

Shades of Wisteria #C5A7D7

Tints of Wisteria #C5A7D7

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.84%

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 34.02%
G = 28.84%
B = 37.13%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C5A7D7 (or 0xC5A7D7) is known color: Wisteria. HEX triplet: C5, A7 and D7. RGB value is (197,167,215). Sum of RGB (Red+Green+Blue) = 197+167+215=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5A7D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A7D7 is #3A5828. Grayscale: #B5B5B5. Windows color (decimal): -3823657 or 14133189. OLE color: 14133189.

HSL color Cylindrical-coordinate representation of color #C5A7D7: hue angle of 277.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5A7D7 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 167 215 -
CMYK 0.08 0.22 0 0.16
HSL 277.5º 0.38% 0.75% -
HSV(B) 277.5º 0.22% 0.84% -
XYZ 49.11 44.41 70.27 -
YUV 181.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 197 167 215 0.08 0.22 0 0.16 277.5 0.38 0.75
Hex C5 A7 D7 8 16 0 10 116 26 4B
Octal 305 247 327 10 26 0 20 426 46 113
Binary 11000101 10100111 11010111 1000 10110 0 10000 100010110 100110 1001011

Color Harmonies of #C5A7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A7D7

Black with #C5A7D7

Text Example


Text Example

White with #C5A7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A7D7; }

 p { color: rgb(197,167,215); }

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

background-color css

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

 a { background-color: rgb(197,167,215); }

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

border-color css

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

 span { border-color: rgb(197,167,215); }

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