Html Css Color HEX #C6A6D7 Wisteria

📋 copy color: '#C6A6D7'

red 198 ◦ green 166 ◦ blue 215

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

Shades of Wisteria #C6A6D7

Tints of Wisteria #C6A6D7

RGB

 RED value IS 198 (77.73% from 255) = 34.2%

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

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 34.2%
G = 28.67%
B = 37.13%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C6A6D7 (or 0xC6A6D7) is known color: Wisteria. HEX triplet: C6, A6 and D7. RGB value is (198,166,215). Sum of RGB (Red+Green+Blue) = 198+166+215=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #C6A6D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A6D7 is #395928. Grayscale: #B4B4B4. Windows color (decimal): -3758377 or 14132934. OLE color: 14132934.

HSL color Cylindrical-coordinate representation of color #C6A6D7: hue angle of 279.18º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6A6D7 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 166 215 -
CMYK 0.08 0.23 0 0.16
HSL 279.18º 0.38% 0.75% -
HSV(B) 279.18º 0.23% 0.84% -
XYZ 49.19 44.18 70.23 -
YUV 181.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 198 166 215 0.08 0.23 0 0.16 279.18 0.38 0.75
Hex C6 A6 D7 8 17 0 10 117 26 4B
Octal 306 246 327 10 27 0 20 427 46 113
Binary 11000110 10100110 11010111 1000 10111 0 10000 100010111 100110 1001011

Color Harmonies of #C6A6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A6D7

Black with #C6A6D7

Text Example


Text Example

White with #C6A6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A6D7; }

 p { color: rgb(198,166,215); }

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

background-color css

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

 a { background-color: rgb(198,166,215); }

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

border-color css

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

 span { border-color: rgb(198,166,215); }

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