Html Css Color HEX #C4A3CF Wisteria

📋 copy color: '#C4A3CF'

red 196 ◦ green 163 ◦ blue 207

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

Shades of Wisteria #C4A3CF

Tints of Wisteria #C4A3CF

RGB

 RED value IS 196 (76.95% from 255) = 34.63%

 GREEN value IS 163 (64.06% from 255) = 28.8%

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

R = 34.63%
G = 28.8%
B = 36.57%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C4A3CF (or 0xC4A3CF) is known color: Wisteria. HEX triplet: C4, A3 and CF. RGB value is (196,163,207). Sum of RGB (Red+Green+Blue) = 196+163+207=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4A3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A3CF is #3B5C30. Grayscale: #B1B1B1. Windows color (decimal): -3890225 or 13607876. OLE color: 13607876.

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

Color convert

RGB 196 163 207 -
CMYK 0.05 0.21 0 0.19
HSL 285º 0.31% 0.73% -
HSV(B) 285º 0.21% 0.81% -
XYZ 47.12 42.44 64.74 -
YUV 177.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 196 163 207 0.05 0.21 0 0.19 285 0.31 0.73
Hex C4 A3 CF 5 15 0 13 11D 1F 49
Octal 304 243 317 5 25 0 23 435 37 111
Binary 11000100 10100011 11001111 101 10101 0 10011 100011101 11111 1001001

Color Harmonies of #C4A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A3CF

Black with #C4A3CF

Text Example


Text Example

White with #C4A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A3CF; }

 p { color: rgb(196,163,207); }

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

background-color css

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

 a { background-color: rgb(196,163,207); }

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

border-color css

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

 span { border-color: rgb(196,163,207); }

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