Html Css Color HEX #C9ABDB Wisteria

📋 copy color: '#C9ABDB'

red 201 ◦ green 171 ◦ blue 219

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

Shades of Wisteria #C9ABDB

Tints of Wisteria #C9ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.93%

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 34.01%
G = 28.93%
B = 37.06%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9ABDB (or 0xC9ABDB) is known color: Wisteria. HEX triplet: C9, AB and DB. RGB value is (201,171,219). Sum of RGB (Red+Green+Blue) = 201+171+219=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABDB is #365424. Grayscale: #B9B9B9. Windows color (decimal): -3560485 or 14396361. OLE color: 14396361.

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

Color convert

RGB 201 171 219 -
CMYK 0.08 0.22 0 0.14
HSL 277.5º 0.4% 0.76% -
HSV(B) 277.5º 0.22% 0.86% -
XYZ 51.44 46.66 73.31 -
YUV 185.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 201 171 219 0.08 0.22 0 0.14 277.5 0.4 0.76
Hex C9 AB DB 8 16 0 E 116 28 4C
Octal 311 253 333 10 26 0 16 426 50 114
Binary 11001001 10101011 11011011 1000 10110 0 1110 100010110 101000 1001100

Color Harmonies of #C9ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ABDB

Black with #C9ABDB

Text Example


Text Example

White with #C9ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ABDB; }

 p { color: rgb(201,171,219); }

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

background-color css

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

 a { background-color: rgb(201,171,219); }

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

border-color css

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

 span { border-color: rgb(201,171,219); }

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