Html Css Color HEX #C1A0D1 Wisteria

📋 copy color: '#C1A0D1'

red 193 ◦ green 160 ◦ blue 209

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

Shades of Wisteria #C1A0D1

Tints of Wisteria #C1A0D1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.47%

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

R = 34.34%
G = 28.47%
B = 37.19%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C1A0D1 (or 0xC1A0D1) is known color: Wisteria. HEX triplet: C1, A0 and D1. RGB value is (193,160,209). Sum of RGB (Red+Green+Blue) = 193+160+209=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #C1A0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A0D1 is #3E5F2E. Grayscale: #AFAFAF. Windows color (decimal): -4087599 or 13738177. OLE color: 13738177.

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

Color convert

RGB 193 160 209 -
CMYK 0.08 0.23 0 0.18
HSL 280.41º 0.35% 0.72% -
HSV(B) 280.41º 0.23% 0.82% -
XYZ 46.07 41.08 65.82 -
YUV 175.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 193 160 209 0.08 0.23 0 0.18 280.41 0.35 0.72
Hex C1 A0 D1 8 17 0 12 118 23 48
Octal 301 240 321 10 27 0 22 430 43 110
Binary 11000001 10100000 11010001 1000 10111 0 10010 100011000 100011 1001000

Color Harmonies of #C1A0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A0D1

Black with #C1A0D1

Text Example


Text Example

White with #C1A0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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