Html Css Color HEX #CAA4DB Wisteria

📋 copy color: '#CAA4DB'

red 202 ◦ green 164 ◦ blue 219

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

Shades of Wisteria #CAA4DB

Tints of Wisteria #CAA4DB

RGB

 RED value IS 202 (79.3% from 255) = 34.53%

 GREEN value IS 164 (64.45% from 255) = 28.03%

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

R = 34.53%
G = 28.03%
B = 37.44%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAA4DB (or 0xCAA4DB) is known color: Wisteria. HEX triplet: CA, A4 and DB. RGB value is (202,164,219). Sum of RGB (Red+Green+Blue) = 202+164+219=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4DB is #355B24. Grayscale: #B5B5B5. Windows color (decimal): -3496741 or 14394570. OLE color: 14394570.

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

Color convert

RGB 202 164 219 -
CMYK 0.08 0.25 0 0.14
HSL 281.45º 0.43% 0.75% -
HSV(B) 281.45º 0.25% 0.86% -
XYZ 50.42 44.22 72.9 -
YUV 181.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 202 164 219 0.08 0.25 0 0.14 281.45 0.43 0.75
Hex CA A4 DB 8 19 0 E 119 2B 4B
Octal 312 244 333 10 31 0 16 431 53 113
Binary 11001010 10100100 11011011 1000 11001 0 1110 100011001 101011 1001011

Color Harmonies of #CAA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA4DB

Black with #CAA4DB

Text Example


Text Example

White with #CAA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA4DB; }

 p { color: rgb(202,164,219); }

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

background-color css

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

 a { background-color: rgb(202,164,219); }

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

border-color css

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

 span { border-color: rgb(202,164,219); }

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