Html Css Color HEX #C5A3D0 Wisteria

📋 copy color: '#C5A3D0'

red 197 ◦ green 163 ◦ blue 208

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

Shades of Wisteria #C5A3D0

Tints of Wisteria #C5A3D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.62%

R = 34.68%
G = 28.7%
B = 36.62%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5A3D0 (or 0xC5A3D0) is known color: Wisteria. HEX triplet: C5, A3 and D0. RGB value is (197,163,208). Sum of RGB (Red+Green+Blue) = 197+163+208=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5A3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A3D0 is #3A5C2F. Grayscale: #B2B2B2. Windows color (decimal): -3824688 or 13673413. OLE color: 13673413.

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

Color convert

RGB 197 163 208 -
CMYK 0.05 0.22 0 0.18
HSL 285.33º 0.32% 0.73% -
HSV(B) 285.33º 0.22% 0.82% -
XYZ 47.51 42.62 65.4 -
YUV 178.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 197 163 208 0.05 0.22 0 0.18 285.33 0.32 0.73
Hex C5 A3 D0 5 16 0 12 11D 20 49
Octal 305 243 320 5 26 0 22 435 40 111
Binary 11000101 10100011 11010000 101 10110 0 10010 100011101 100000 1001001

Color Harmonies of #C5A3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A3D0

Black with #C5A3D0

Text Example


Text Example

White with #C5A3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A3D0; }

 p { color: rgb(197,163,208); }

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

background-color css

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

 a { background-color: rgb(197,163,208); }

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

border-color css

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

 span { border-color: rgb(197,163,208); }

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