Html Css Color HEX #C9A6DC Wisteria

📋 copy color: '#C9A6DC'

red 201 ◦ green 166 ◦ blue 220

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

Shades of Wisteria #C9A6DC

Tints of Wisteria #C9A6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 34.24%
G = 28.28%
B = 37.48%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9A6DC (or 0xC9A6DC) is known color: Wisteria. HEX triplet: C9, A6 and DC. RGB value is (201,166,220). Sum of RGB (Red+Green+Blue) = 201+166+220=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A6DC is #365923. Grayscale: #B6B6B6. Windows color (decimal): -3561764 or 14460617. OLE color: 14460617.

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

Color convert

RGB 201 166 220 -
CMYK 0.09 0.25 0 0.14
HSL 278.89º 0.44% 0.76% -
HSV(B) 278.89º 0.25% 0.86% -
XYZ 50.64 44.86 73.7 -
YUV 182.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 201 166 220 0.09 0.25 0 0.14 278.89 0.44 0.76
Hex C9 A6 DC 9 19 0 E 117 2C 4C
Octal 311 246 334 11 31 0 16 427 54 114
Binary 11001001 10100110 11011100 1001 11001 0 1110 100010111 101100 1001100

Color Harmonies of #C9A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A6DC

Black with #C9A6DC

Text Example


Text Example

White with #C9A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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