Html Css Color HEX #C5A1CF Wisteria

📋 copy color: '#C5A1CF'

red 197 ◦ green 161 ◦ blue 207

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

Shades of Wisteria #C5A1CF

Tints of Wisteria #C5A1CF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.5%

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 34.87%
G = 28.5%
B = 36.64%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5A1CF (or 0xC5A1CF) is known color: Wisteria. HEX triplet: C5, A1 and CF. RGB value is (197,161,207). Sum of RGB (Red+Green+Blue) = 197+161+207=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5A1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A1CF is #3A5E30. Grayscale: #B0B0B0. Windows color (decimal): -3825201 or 13607365. OLE color: 13607365.

HSL color Cylindrical-coordinate representation of color #C5A1CF: hue angle of 286.96º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5A1CF is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 161 207 -
CMYK 0.05 0.22 0 0.19
HSL 286.96º 0.32% 0.72% -
HSV(B) 286.96º 0.22% 0.81% -
XYZ 47.03 41.87 64.63 -
YUV 177.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 197 161 207 0.05 0.22 0 0.19 286.96 0.32 0.72
Hex C5 A1 CF 5 16 0 13 11F 20 48
Octal 305 241 317 5 26 0 23 437 40 110
Binary 11000101 10100001 11001111 101 10110 0 10011 100011111 100000 1001000

Color Harmonies of #C5A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A1CF

Black with #C5A1CF

Text Example


Text Example

White with #C5A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A1CF; }

 p { color: rgb(197,161,207); }

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

background-color css

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

 a { background-color: rgb(197,161,207); }

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

border-color css

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

 span { border-color: rgb(197,161,207); }

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