Html Css Color HEX #CAA5D3 Wisteria

📋 copy color: '#CAA5D3'

red 202 ◦ green 165 ◦ blue 211

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

Shades of Wisteria #CAA5D3

Tints of Wisteria #CAA5D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.51%

R = 34.95%
G = 28.55%
B = 36.51%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CAA5D3 (or 0xCAA5D3) is known color: Wisteria. HEX triplet: CA, A5 and D3. RGB value is (202,165,211). Sum of RGB (Red+Green+Blue) = 202+165+211=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAA5D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5D3 is #355A2C. Grayscale: #B5B5B5. Windows color (decimal): -3496493 or 13870538. OLE color: 13870538.

HSL color Cylindrical-coordinate representation of color #CAA5D3: hue angle of 288.26º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAA5D3 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 165 211 -
CMYK 0.04 0.22 0 0.17
HSL 288.26º 0.34% 0.74% -
HSV(B) 288.26º 0.22% 0.83% -
XYZ 49.57 44.17 67.54 -
YUV 181.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 202 165 211 0.04 0.22 0 0.17 288.26 0.34 0.74
Hex CA A5 D3 4 16 0 11 120 22 4A
Octal 312 245 323 4 26 0 21 440 42 112
Binary 11001010 10100101 11010011 100 10110 0 10001 100100000 100010 1001010

Color Harmonies of #CAA5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA5D3

Black with #CAA5D3

Text Example


Text Example

White with #CAA5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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