Html Css Color HEX #C9A5D8 Wisteria

📋 copy color: '#C9A5D8'

red 201 ◦ green 165 ◦ blue 216

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

Shades of Wisteria #C9A5D8

Tints of Wisteria #C9A5D8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.35%

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

R = 34.54%
G = 28.35%
B = 37.11%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9A5D8 (or 0xC9A5D8) is known color: Wisteria. HEX triplet: C9, A5 and D8. RGB value is (201,165,216). Sum of RGB (Red+Green+Blue) = 201+165+216=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9A5D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A5D8 is #365A27. Grayscale: #B5B5B5. Windows color (decimal): -3562024 or 14198217. OLE color: 14198217.

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

Color convert

RGB 201 165 216 -
CMYK 0.07 0.24 0 0.15
HSL 282.35º 0.4% 0.75% -
HSV(B) 282.35º 0.24% 0.85% -
XYZ 49.94 44.29 70.88 -
YUV 181.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 201 165 216 0.07 0.24 0 0.15 282.35 0.4 0.75
Hex C9 A5 D8 7 18 0 F 11A 28 4B
Octal 311 245 330 7 30 0 17 432 50 113
Binary 11001001 10100101 11011000 111 11000 0 1111 100011010 101000 1001011

Color Harmonies of #C9A5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A5D8

Black with #C9A5D8

Text Example


Text Example

White with #C9A5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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