Html Css Color HEX #CAA2E0 Wisteria

📋 copy color: '#CAA2E0'

red 202 ◦ green 162 ◦ blue 224

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

Shades of Wisteria #CAA2E0

Tints of Wisteria #CAA2E0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.55%

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

R = 34.35%
G = 27.55%
B = 38.1%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAA2E0 (or 0xCAA2E0) is known color: Wisteria. HEX triplet: CA, A2 and E0. RGB value is (202,162,224). Sum of RGB (Red+Green+Blue) = 202+162+224=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAA2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2E0 is #355D1F. Grayscale: #B4B4B4. Windows color (decimal): -3497248 or 14721738. OLE color: 14721738.

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

Color convert

RGB 202 162 224 -
CMYK 0.10 0.28 0 0.12
HSL 278.71º 0.5% 0.76% -
HSV(B) 278.71º 0.28% 0.88% -
XYZ 50.73 43.78 76.3 -
YUV 181.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 202 162 224 0.10 0.28 0 0.12 278.71 0.5 0.76
Hex CA A2 E0 A 1C 0 C 117 32 4C
Octal 312 242 340 12 34 0 14 427 62 114
Binary 11001010 10100010 11100000 1010 11100 0 1100 100010111 110010 1001100

Color Harmonies of #CAA2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA2E0

Black with #CAA2E0

Text Example


Text Example

White with #CAA2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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