Html Css Color HEX #CAA7E1 Wisteria

📋 copy color: '#CAA7E1'

red 202 ◦ green 167 ◦ blue 225

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

Shades of Wisteria #CAA7E1

Tints of Wisteria #CAA7E1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.11%

 BLUE value IS 225 (88.28% from 255) = 37.88%

R = 34.01%
G = 28.11%
B = 37.88%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAA7E1 (or 0xCAA7E1) is known color: Wisteria. HEX triplet: CA, A7 and E1. RGB value is (202,167,225). Sum of RGB (Red+Green+Blue) = 202+167+225=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAA7E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7E1 is #35581E. Grayscale: #B7B7B7. Windows color (decimal): -3495967 or 14788554. OLE color: 14788554.

HSL color Cylindrical-coordinate representation of color #CAA7E1: hue angle of 276.21º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAA7E1 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 167 225 -
CMYK 0.10 0.26 0 0.12
HSL 276.21º 0.49% 0.77% -
HSV(B) 276.21º 0.26% 0.88% -
XYZ 51.77 45.63 77.31 -
YUV 184.08 151.1 140.78 -
System Red Green Blue C M Y K H S L
Decimal 202 167 225 0.10 0.26 0 0.12 276.21 0.49 0.77
Hex CA A7 E1 A 1A 0 C 114 31 4D
Octal 312 247 341 12 32 0 14 424 61 115
Binary 11001010 10100111 11100001 1010 11010 0 1100 100010100 110001 1001101

Color Harmonies of #CAA7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA7E1

Black with #CAA7E1

Text Example


Text Example

White with #CAA7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA7E1; }

 p { color: rgb(202,167,225); }

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

background-color css

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

 a { background-color: rgb(202,167,225); }

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

border-color css

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

 span { border-color: rgb(202,167,225); }

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