Html Css Color HEX #C1A6CF Wisteria

📋 copy color: '#C1A6CF'

red 193 ◦ green 166 ◦ blue 207

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

Shades of Wisteria #C1A6CF

Tints of Wisteria #C1A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.33%

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 34.1%
G = 29.33%
B = 36.57%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1A6CF (or 0xC1A6CF) is known color: Wisteria. HEX triplet: C1, A6 and CF. RGB value is (193,166,207). Sum of RGB (Red+Green+Blue) = 193+166+207=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1A6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A6CF is #3E5930. Grayscale: #B2B2B2. Windows color (decimal): -4086065 or 13608641. OLE color: 13608641.

HSL color Cylindrical-coordinate representation of color #C1A6CF: hue angle of 279.51º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1A6CF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 166 207 -
CMYK 0.07 0.20 0 0.19
HSL 279.51º 0.3% 0.73% -
HSV(B) 279.51º 0.2% 0.81% -
XYZ 46.89 43.11 64.88 -
YUV 178.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 193 166 207 0.07 0.20 0 0.19 279.51 0.3 0.73
Hex C1 A6 CF 7 14 0 13 118 1E 49
Octal 301 246 317 7 24 0 23 430 36 111
Binary 11000001 10100110 11001111 111 10100 0 10011 100011000 11110 1001001

Color Harmonies of #C1A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A6CF

Black with #C1A6CF

Text Example


Text Example

White with #C1A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A6CF; }

 p { color: rgb(193,166,207); }

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

background-color css

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

 a { background-color: rgb(193,166,207); }

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

border-color css

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

 span { border-color: rgb(193,166,207); }

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