Html Css Color HEX #CAA6DC Wisteria

📋 copy color: '#CAA6DC'

red 202 ◦ green 166 ◦ blue 220

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

Shades of Wisteria #CAA6DC

Tints of Wisteria #CAA6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 34.35%
G = 28.23%
B = 37.41%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAA6DC (or 0xCAA6DC) is known color: Wisteria. HEX triplet: CA, A6 and DC. RGB value is (202,166,220). Sum of RGB (Red+Green+Blue) = 202+166+220=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6DC is #355923. Grayscale: #B6B6B6. Windows color (decimal): -3496228 or 14460618. OLE color: 14460618.

HSL color Cylindrical-coordinate representation of color #CAA6DC: hue angle of 280º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA6DC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 166 220 -
CMYK 0.08 0.25 0 0.14
HSL 280º 0.44% 0.76% -
HSV(B) 280º 0.25% 0.86% -
XYZ 50.91 45 73.71 -
YUV 182.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 202 166 220 0.08 0.25 0 0.14 280 0.44 0.76
Hex CA A6 DC 8 19 0 E 118 2C 4C
Octal 312 246 334 10 31 0 16 430 54 114
Binary 11001010 10100110 11011100 1000 11001 0 1110 100011000 101100 1001100

Color Harmonies of #CAA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA6DC

Black with #CAA6DC

Text Example


Text Example

White with #CAA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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