Html Css Color HEX #C9A6DB Wisteria

📋 copy color: '#C9A6DB'

red 201 ◦ green 166 ◦ blue 219

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

Shades of Wisteria #C9A6DB

Tints of Wisteria #C9A6DB

RGB

 RED value IS 201 (78.91% from 255) = 34.3%

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

 BLUE value IS 219 (85.94% from 255) = 37.37%

R = 34.3%
G = 28.33%
B = 37.37%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9A6DB (or 0xC9A6DB) is known color: Wisteria. HEX triplet: C9, A6 and DB. RGB value is (201,166,219). Sum of RGB (Red+Green+Blue) = 201+166+219=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A6DB is #365924. Grayscale: #B6B6B6. Windows color (decimal): -3561765 or 14395081. OLE color: 14395081.

HSL color Cylindrical-coordinate representation of color #C9A6DB: hue angle of 279.62º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9A6DB is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 166 219 -
CMYK 0.08 0.24 0 0.14
HSL 279.62º 0.42% 0.75% -
HSV(B) 279.62º 0.24% 0.86% -
XYZ 50.51 44.8 73 -
YUV 182.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 201 166 219 0.08 0.24 0 0.14 279.62 0.42 0.75
Hex C9 A6 DB 8 18 0 E 118 2A 4B
Octal 311 246 333 10 30 0 16 430 52 113
Binary 11001001 10100110 11011011 1000 11000 0 1110 100011000 101010 1001011

Color Harmonies of #C9A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A6DB

Black with #C9A6DB

Text Example


Text Example

White with #C9A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A6DB; }

 p { color: rgb(201,166,219); }

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

background-color css

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

 a { background-color: rgb(201,166,219); }

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

border-color css

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

 span { border-color: rgb(201,166,219); }

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