Html Css Color HEX #C9AADA Wisteria

📋 copy color: '#C9AADA'

red 201 ◦ green 170 ◦ blue 218

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

Shades of Wisteria #C9AADA

Tints of Wisteria #C9AADA

RGB

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

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

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

R = 34.13%
G = 28.86%
B = 37.01%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9AADA (or 0xC9AADA) is known color: Wisteria. HEX triplet: C9, AA and DA. RGB value is (201,170,218). Sum of RGB (Red+Green+Blue) = 201+170+218=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AADA is #365525. Grayscale: #B8B8B8. Windows color (decimal): -3560742 or 14330569. OLE color: 14330569.

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

Color convert

RGB 201 170 218 -
CMYK 0.08 0.22 0 0.15
HSL 278.75º 0.39% 0.76% -
HSV(B) 278.75º 0.22% 0.85% -
XYZ 51.12 46.23 72.56 -
YUV 184.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 201 170 218 0.08 0.22 0 0.15 278.75 0.39 0.76
Hex C9 AA DA 8 16 0 F 117 27 4C
Octal 311 252 332 10 26 0 17 427 47 114
Binary 11001001 10101010 11011010 1000 10110 0 1111 100010111 100111 1001100

Color Harmonies of #C9AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AADA

Black with #C9AADA

Text Example


Text Example

White with #C9AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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