Html Css Color HEX #CAA5D5 Wisteria

📋 copy color: '#CAA5D5'

red 202 ◦ green 165 ◦ blue 213

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

Shades of Wisteria #CAA5D5

Tints of Wisteria #CAA5D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.72%

R = 34.83%
G = 28.45%
B = 36.72%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAA5D5 (or 0xCAA5D5) is known color: Wisteria. HEX triplet: CA, A5 and D5. RGB value is (202,165,213). Sum of RGB (Red+Green+Blue) = 202+165+213=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAA5D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5D5 is #355A2A. Grayscale: #B5B5B5. Windows color (decimal): -3496491 or 14001610. OLE color: 14001610.

HSL color Cylindrical-coordinate representation of color #CAA5D5: hue angle of 286.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAA5D5 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 165 213 -
CMYK 0.05 0.23 0 0.16
HSL 286.25º 0.36% 0.74% -
HSV(B) 286.25º 0.23% 0.84% -
XYZ 49.82 44.27 68.87 -
YUV 181.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 202 165 213 0.05 0.23 0 0.16 286.25 0.36 0.74
Hex CA A5 D5 5 17 0 10 11E 24 4A
Octal 312 245 325 5 27 0 20 436 44 112
Binary 11001010 10100101 11010101 101 10111 0 10000 100011110 100100 1001010

Color Harmonies of #CAA5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA5D5

Black with #CAA5D5

Text Example


Text Example

White with #CAA5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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