Html Css Color HEX #C9A2DB Wisteria

📋 copy color: '#C9A2DB'

red 201 ◦ green 162 ◦ blue 219

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

Shades of Wisteria #C9A2DB

Tints of Wisteria #C9A2DB

RGB

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

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

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

R = 34.54%
G = 27.84%
B = 37.63%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9A2DB (or 0xC9A2DB) is known color: Wisteria. HEX triplet: C9, A2 and DB. RGB value is (201,162,219). Sum of RGB (Red+Green+Blue) = 201+162+219=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9A2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A2DB is #365D24. Grayscale: #B3B3B3. Windows color (decimal): -3562789 or 14394057. OLE color: 14394057.

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

Color convert

RGB 201 162 219 -
CMYK 0.08 0.26 0 0.14
HSL 281.05º 0.44% 0.75% -
HSV(B) 281.05º 0.26% 0.86% -
XYZ 49.79 43.37 72.77 -
YUV 180.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 201 162 219 0.08 0.26 0 0.14 281.05 0.44 0.75
Hex C9 A2 DB 8 1A 0 E 119 2C 4B
Octal 311 242 333 10 32 0 16 431 54 113
Binary 11001001 10100010 11011011 1000 11010 0 1110 100011001 101100 1001011

Color Harmonies of #C9A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A2DB

Black with #C9A2DB

Text Example


Text Example

White with #C9A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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