Html Css Color HEX #CAA5DB Wisteria

📋 copy color: '#CAA5DB'

red 202 ◦ green 165 ◦ blue 219

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

Shades of Wisteria #CAA5DB

Tints of Wisteria #CAA5DB

RGB

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

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

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

R = 34.47%
G = 28.16%
B = 37.37%

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

#CAA5DB (or 0xCAA5DB) is known color: Wisteria. HEX triplet: CA, A5 and DB. RGB value is (202,165,219). Sum of RGB (Red+Green+Blue) = 202+165+219=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5DB is #355A24. Grayscale: #B6B6B6. Windows color (decimal): -3496485 or 14394826. OLE color: 14394826.

HSL color Cylindrical-coordinate representation of color #CAA5DB: hue angle of 281.11º 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 #CAA5DB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 165 219 -
CMYK 0.08 0.25 0 0.14
HSL 281.11º 0.43% 0.75% -
HSV(B) 281.11º 0.25% 0.86% -
XYZ 50.6 44.58 72.96 -
YUV 182.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 202 165 219 0.08 0.25 0 0.14 281.11 0.43 0.75
Hex CA A5 DB 8 19 0 E 119 2B 4B
Octal 312 245 333 10 31 0 16 431 53 113
Binary 11001010 10100101 11011011 1000 11001 0 1110 100011001 101011 1001011

Color Harmonies of #CAA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA5DB

Black with #CAA5DB

Text Example


Text Example

White with #CAA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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