Html Css Color HEX #C9AAD8 Wisteria

📋 copy color: '#C9AAD8'

red 201 ◦ green 170 ◦ blue 216

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

Shades of Wisteria #C9AAD8

Tints of Wisteria #C9AAD8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.96%

 BLUE value IS 216 (84.77% from 255) = 36.8%

R = 34.24%
G = 28.96%
B = 36.8%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9AAD8 (or 0xC9AAD8) is known color: Wisteria. HEX triplet: C9, AA and D8. RGB value is (201,170,216). Sum of RGB (Red+Green+Blue) = 201+170+216=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AAD8 is #365527. Grayscale: #B8B8B8. Windows color (decimal): -3560744 or 14199497. OLE color: 14199497.

HSL color Cylindrical-coordinate representation of color #C9AAD8: hue angle of 280.43º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9AAD8 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 170 216 -
CMYK 0.07 0.21 0 0.15
HSL 280.43º 0.37% 0.76% -
HSV(B) 280.43º 0.21% 0.85% -
XYZ 50.86 46.12 71.19 -
YUV 184.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 201 170 216 0.07 0.21 0 0.15 280.43 0.37 0.76
Hex C9 AA D8 7 15 0 F 118 25 4C
Octal 311 252 330 7 25 0 17 430 45 114
Binary 11001001 10101010 11011000 111 10101 0 1111 100011000 100101 1001100

Color Harmonies of #C9AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AAD8

Black with #C9AAD8

Text Example


Text Example

White with #C9AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AAD8; }

 p { color: rgb(201,170,216); }

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

background-color css

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

 a { background-color: rgb(201,170,216); }

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

border-color css

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

 span { border-color: rgb(201,170,216); }

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