Html Css Color HEX #C1A0CE Wisteria

📋 copy color: '#C1A0CE'

red 193 ◦ green 160 ◦ blue 206

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

Shades of Wisteria #C1A0CE

Tints of Wisteria #C1A0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 34.53%
G = 28.62%
B = 36.85%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1A0CE (or 0xC1A0CE) is known color: Wisteria. HEX triplet: C1, A0 and CE. RGB value is (193,160,206). Sum of RGB (Red+Green+Blue) = 193+160+206=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1A0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A0CE is #3E5F31. Grayscale: #AEAEAE. Windows color (decimal): -4087602 or 13541569. OLE color: 13541569.

HSL color Cylindrical-coordinate representation of color #C1A0CE: hue angle of 283.04º 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 #C1A0CE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 160 206 -
CMYK 0.06 0.22 0 0.19
HSL 283.04º 0.32% 0.72% -
HSV(B) 283.04º 0.22% 0.81% -
XYZ 45.7 40.94 63.88 -
YUV 175.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 193 160 206 0.06 0.22 0 0.19 283.04 0.32 0.72
Hex C1 A0 CE 6 16 0 13 11B 20 48
Octal 301 240 316 6 26 0 23 433 40 110
Binary 11000001 10100000 11001110 110 10110 0 10011 100011011 100000 1001000

Color Harmonies of #C1A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A0CE

Black with #C1A0CE

Text Example


Text Example

White with #C1A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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