Html Css Color HEX #C9A9DC Wisteria

📋 copy color: '#C9A9DC'

red 201 ◦ green 169 ◦ blue 220

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

Shades of Wisteria #C9A9DC

Tints of Wisteria #C9A9DC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.64%

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

R = 34.07%
G = 28.64%
B = 37.29%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9A9DC (or 0xC9A9DC) is known color: Wisteria. HEX triplet: C9, A9 and DC. RGB value is (201,169,220). Sum of RGB (Red+Green+Blue) = 201+169+220=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9DC is #365623. Grayscale: #B8B8B8. Windows color (decimal): -3560996 or 14461385. OLE color: 14461385.

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

Color convert

RGB 201 169 220 -
CMYK 0.09 0.23 0 0.14
HSL 277.65º 0.42% 0.76% -
HSV(B) 277.65º 0.23% 0.86% -
XYZ 51.19 45.96 73.88 -
YUV 184.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 201 169 220 0.09 0.23 0 0.14 277.65 0.42 0.76
Hex C9 A9 DC 9 17 0 E 116 2A 4C
Octal 311 251 334 11 27 0 16 426 52 114
Binary 11001001 10101001 11011100 1001 10111 0 1110 100010110 101010 1001100

Color Harmonies of #C9A9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A9DC

Black with #C9A9DC

Text Example


Text Example

White with #C9A9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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