Html Css Color HEX #CAA9DD Wisteria

📋 copy color: '#CAA9DD'

red 202 ◦ green 169 ◦ blue 221

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

Shades of Wisteria #CAA9DD

Tints of Wisteria #CAA9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.33%

R = 34.12%
G = 28.55%
B = 37.33%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAA9DD (or 0xCAA9DD) is known color: Wisteria. HEX triplet: CA, A9 and DD. RGB value is (202,169,221). Sum of RGB (Red+Green+Blue) = 202+169+221=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9DD is #355622. Grayscale: #B8B8B8. Windows color (decimal): -3495459 or 14526922. OLE color: 14526922.

HSL color Cylindrical-coordinate representation of color #CAA9DD: hue angle of 278.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA9DD is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 169 221 -
CMYK 0.09 0.24 0 0.13
HSL 278.08º 0.43% 0.76% -
HSV(B) 278.08º 0.24% 0.87% -
XYZ 51.6 46.15 74.6 -
YUV 184.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 202 169 221 0.09 0.24 0 0.13 278.08 0.43 0.76
Hex CA A9 DD 9 18 0 D 116 2B 4C
Octal 312 251 335 11 30 0 15 426 53 114
Binary 11001010 10101001 11011101 1001 11000 0 1101 100010110 101011 1001100

Color Harmonies of #CAA9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA9DD

Black with #CAA9DD

Text Example


Text Example

White with #CAA9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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