Html Css Color HEX #C1A5D1 Wisteria

📋 copy color: '#C1A5D1'

red 193 ◦ green 165 ◦ blue 209

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

Shades of Wisteria #C1A5D1

Tints of Wisteria #C1A5D1

RGB

 RED value IS 193 (75.78% from 255) = 34.04%

 GREEN value IS 165 (64.84% from 255) = 29.1%

 BLUE value IS 209 (82.03% from 255) = 36.86%

R = 34.04%
G = 29.1%
B = 36.86%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C1A5D1 (or 0xC1A5D1) is known color: Wisteria. HEX triplet: C1, A5 and D1. RGB value is (193,165,209). Sum of RGB (Red+Green+Blue) = 193+165+209=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 209 - color contains mainly: blue. Hex color #C1A5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A5D1 is #3E5A2E. Grayscale: #B2B2B2. Windows color (decimal): -4086319 or 13739457. OLE color: 13739457.

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

Color convert

RGB 193 165 209 -
CMYK 0.08 0.21 0 0.18
HSL 278.18º 0.32% 0.73% -
HSV(B) 278.18º 0.21% 0.82% -
XYZ 46.96 42.85 66.12 -
YUV 178.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 193 165 209 0.08 0.21 0 0.18 278.18 0.32 0.73
Hex C1 A5 D1 8 15 0 12 116 20 49
Octal 301 245 321 10 25 0 22 426 40 111
Binary 11000001 10100101 11010001 1000 10101 0 10010 100010110 100000 1001001

Color Harmonies of #C1A5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A5D1

Black with #C1A5D1

Text Example


Text Example

White with #C1A5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A5D1; }

 p { color: rgb(193,165,209); }

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

background-color css

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

 a { background-color: rgb(193,165,209); }

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

border-color css

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

 span { border-color: rgb(193,165,209); }

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