Html Css Color HEX #CAA8DB Wisteria

📋 copy color: '#CAA8DB'

red 202 ◦ green 168 ◦ blue 219

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

Shades of Wisteria #CAA8DB

Tints of Wisteria #CAA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.52%

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

R = 34.3%
G = 28.52%
B = 37.18%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAA8DB (or 0xCAA8DB) is known color: Wisteria. HEX triplet: CA, A8 and DB. RGB value is (202,168,219). Sum of RGB (Red+Green+Blue) = 202+168+219=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8DB is #355724. Grayscale: #B7B7B7. Windows color (decimal): -3495717 or 14395594. OLE color: 14395594.

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

Color convert

RGB 202 168 219 -
CMYK 0.08 0.23 0 0.14
HSL 280º 0.41% 0.76% -
HSV(B) 280º 0.23% 0.86% -
XYZ 51.15 45.68 73.14 -
YUV 183.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 202 168 219 0.08 0.23 0 0.14 280 0.41 0.76
Hex CA A8 DB 8 17 0 E 118 29 4C
Octal 312 250 333 10 27 0 16 430 51 114
Binary 11001010 10101000 11011011 1000 10111 0 1110 100011000 101001 1001100

Color Harmonies of #CAA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA8DB

Black with #CAA8DB

Text Example


Text Example

White with #CAA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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