Html Css Color HEX #CAA5D6 Wisteria

📋 copy color: '#CAA5D6'

red 202 ◦ green 165 ◦ blue 214

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

Shades of Wisteria #CAA5D6

Tints of Wisteria #CAA5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.83%

R = 34.77%
G = 28.4%
B = 36.83%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAA5D6 (or 0xCAA5D6) is known color: Wisteria. HEX triplet: CA, A5 and D6. RGB value is (202,165,214). Sum of RGB (Red+Green+Blue) = 202+165+214=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAA5D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5D6 is #355A29. Grayscale: #B5B5B5. Windows color (decimal): -3496490 or 14067146. OLE color: 14067146.

HSL color Cylindrical-coordinate representation of color #CAA5D6: hue angle of 285.31º degrees, saturation: 0.37, 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 #CAA5D6 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 165 214 -
CMYK 0.06 0.23 0 0.16
HSL 285.31º 0.37% 0.74% -
HSV(B) 285.31º 0.23% 0.84% -
XYZ 49.95 44.32 69.54 -
YUV 181.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 202 165 214 0.06 0.23 0 0.16 285.31 0.37 0.74
Hex CA A5 D6 6 17 0 10 11D 25 4A
Octal 312 245 326 6 27 0 20 435 45 112
Binary 11001010 10100101 11010110 110 10111 0 10000 100011101 100101 1001010

Color Harmonies of #CAA5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA5D6

Black with #CAA5D6

Text Example


Text Example

White with #CAA5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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