Html Css Color HEX #CAA6E0 Wisteria

📋 copy color: '#CAA6E0'

red 202 ◦ green 166 ◦ blue 224

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

Shades of Wisteria #CAA6E0

Tints of Wisteria #CAA6E0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.04%

 BLUE value IS 224 (87.89% from 255) = 37.84%

R = 34.12%
G = 28.04%
B = 37.84%

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

#CAA6E0 (or 0xCAA6E0) is known color: Wisteria. HEX triplet: CA, A6 and E0. RGB value is (202,166,224). Sum of RGB (Red+Green+Blue) = 202+166+224=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAA6E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6E0 is #35591F. Grayscale: #B7B7B7. Windows color (decimal): -3496224 or 14722762. OLE color: 14722762.

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

Color convert

RGB 202 166 224 -
CMYK 0.10 0.26 0 0.12
HSL 277.24º 0.48% 0.76% -
HSV(B) 277.24º 0.26% 0.88% -
XYZ 51.45 45.21 76.54 -
YUV 183.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 202 166 224 0.10 0.26 0 0.12 277.24 0.48 0.76
Hex CA A6 E0 A 1A 0 C 115 30 4C
Octal 312 246 340 12 32 0 14 425 60 114
Binary 11001010 10100110 11100000 1010 11010 0 1100 100010101 110000 1001100

Color Harmonies of #CAA6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA6E0

Black with #CAA6E0

Text Example


Text Example

White with #CAA6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA6E0; }

 p { color: rgb(202,166,224); }

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

background-color css

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

 a { background-color: rgb(202,166,224); }

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

border-color css

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

 span { border-color: rgb(202,166,224); }

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