Html Css Color HEX #CAAADB Wisteria

📋 copy color: '#CAAADB'

red 202 ◦ green 170 ◦ blue 219

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

Shades of Wisteria #CAAADB

Tints of Wisteria #CAAADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.76%

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 34.18%
G = 28.76%
B = 37.06%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAAADB (or 0xCAAADB) is known color: Wisteria. HEX triplet: CA, AA and DB. RGB value is (202,170,219). Sum of RGB (Red+Green+Blue) = 202+170+219=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAADB is #355524. Grayscale: #B8B8B8. Windows color (decimal): -3495205 or 14396106. OLE color: 14396106.

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

Color convert

RGB 202 170 219 -
CMYK 0.08 0.22 0 0.14
HSL 279.18º 0.4% 0.76% -
HSV(B) 279.18º 0.22% 0.86% -
XYZ 51.52 46.42 73.26 -
YUV 185.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 202 170 219 0.08 0.22 0 0.14 279.18 0.4 0.76
Hex CA AA DB 8 16 0 E 117 28 4C
Octal 312 252 333 10 26 0 16 427 50 114
Binary 11001010 10101010 11011011 1000 10110 0 1110 100010111 101000 1001100

Color Harmonies of #CAAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAADB

Black with #CAAADB

Text Example


Text Example

White with #CAAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAADB; }

 p { color: rgb(202,170,219); }

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

background-color css

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

 a { background-color: rgb(202,170,219); }

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

border-color css

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

 span { border-color: rgb(202,170,219); }

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