Html Css Color HEX #C9A1DA Wisteria

📋 copy color: '#C9A1DA'

red 201 ◦ green 161 ◦ blue 218

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

Shades of Wisteria #C9A1DA

Tints of Wisteria #C9A1DA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.76%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 34.66%
G = 27.76%
B = 37.59%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9A1DA (or 0xC9A1DA) is known color: Wisteria. HEX triplet: C9, A1 and DA. RGB value is (201,161,218). Sum of RGB (Red+Green+Blue) = 201+161+218=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9A1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A1DA is #365E25. Grayscale: #B3B3B3. Windows color (decimal): -3563046 or 14328265. OLE color: 14328265.

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

Color convert

RGB 201 161 218 -
CMYK 0.08 0.26 0 0.15
HSL 282.11º 0.44% 0.74% -
HSV(B) 282.11º 0.26% 0.85% -
XYZ 49.49 42.97 72.02 -
YUV 179.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 201 161 218 0.08 0.26 0 0.15 282.11 0.44 0.74
Hex C9 A1 DA 8 1A 0 F 11A 2C 4A
Octal 311 241 332 10 32 0 17 432 54 112
Binary 11001001 10100001 11011010 1000 11010 0 1111 100011010 101100 1001010

Color Harmonies of #C9A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A1DA

Black with #C9A1DA

Text Example


Text Example

White with #C9A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A1DA; }

 p { color: rgb(201,161,218); }

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

background-color css

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

 a { background-color: rgb(201,161,218); }

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

border-color css

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

 span { border-color: rgb(201,161,218); }

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