Html Css Color HEX #CAA9DC Wisteria

📋 copy color: '#CAA9DC'

red 202 ◦ green 169 ◦ blue 220

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

Shades of Wisteria #CAA9DC

Tints of Wisteria #CAA9DC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.6%

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 34.18%
G = 28.6%
B = 37.23%

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

#CAA9DC (or 0xCAA9DC) is known color: Wisteria. HEX triplet: CA, A9 and DC. RGB value is (202,169,220). Sum of RGB (Red+Green+Blue) = 202+169+220=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9DC is #355623. Grayscale: #B8B8B8. Windows color (decimal): -3495460 or 14461386. OLE color: 14461386.

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

Color convert

RGB 202 169 220 -
CMYK 0.08 0.23 0 0.14
HSL 278.82º 0.42% 0.76% -
HSV(B) 278.82º 0.23% 0.86% -
XYZ 51.46 46.1 73.9 -
YUV 184.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 202 169 220 0.08 0.23 0 0.14 278.82 0.42 0.76
Hex CA A9 DC 8 17 0 E 117 2A 4C
Octal 312 251 334 10 27 0 16 427 52 114
Binary 11001010 10101001 11011100 1000 10111 0 1110 100010111 101010 1001100

Color Harmonies of #CAA9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA9DC

Black with #CAA9DC

Text Example


Text Example

White with #CAA9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA9DC; }

 p { color: rgb(202,169,220); }

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

background-color css

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

 a { background-color: rgb(202,169,220); }

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

border-color css

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

 span { border-color: rgb(202,169,220); }

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