Html Css Color HEX #C1A2CD Wisteria

📋 copy color: '#C1A2CD'

red 193 ◦ green 162 ◦ blue 205

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

Shades of Wisteria #C1A2CD

Tints of Wisteria #C1A2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.93%

 BLUE value IS 205 (80.47% from 255) = 36.61%

R = 34.46%
G = 28.93%
B = 36.61%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C1A2CD (or 0xC1A2CD) is known color: Wisteria. HEX triplet: C1, A2 and CD. RGB value is (193,162,205). Sum of RGB (Red+Green+Blue) = 193+162+205=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1A2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A2CD is #3E5D32. Grayscale: #B0B0B0. Windows color (decimal): -4087091 or 13476545. OLE color: 13476545.

HSL color Cylindrical-coordinate representation of color #C1A2CD: hue angle of 283.26º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1A2CD is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 162 205 -
CMYK 0.06 0.21 0 0.20
HSL 283.26º 0.3% 0.72% -
HSV(B) 283.26º 0.21% 0.8% -
XYZ 45.93 41.59 63.36 -
YUV 176.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 193 162 205 0.06 0.21 0 0.20 283.26 0.3 0.72
Hex C1 A2 CD 6 15 0 14 11B 1E 48
Octal 301 242 315 6 25 0 24 433 36 110
Binary 11000001 10100010 11001101 110 10101 0 10100 100011011 11110 1001000

Color Harmonies of #C1A2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A2CD

Black with #C1A2CD

Text Example


Text Example

White with #C1A2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A2CD; }

 p { color: rgb(193,162,205); }

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

background-color css

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

 a { background-color: rgb(193,162,205); }

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

border-color css

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

 span { border-color: rgb(193,162,205); }

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