Html Css Color HEX #CAA5DF Wisteria

📋 copy color: '#CAA5DF'

red 202 ◦ green 165 ◦ blue 223

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

Shades of Wisteria #CAA5DF

Tints of Wisteria #CAA5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.97%

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 34.24%
G = 27.97%
B = 37.8%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAA5DF (or 0xCAA5DF) is known color: Wisteria. HEX triplet: CA, A5 and DF. RGB value is (202,165,223). Sum of RGB (Red+Green+Blue) = 202+165+223=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5DF is #355A20. Grayscale: #B6B6B6. Windows color (decimal): -3496481 or 14656970. OLE color: 14656970.

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

Color convert

RGB 202 165 223 -
CMYK 0.09 0.26 0 0.13
HSL 278.28º 0.48% 0.76% -
HSV(B) 278.28º 0.26% 0.87% -
XYZ 51.13 44.79 75.76 -
YUV 182.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 202 165 223 0.09 0.26 0 0.13 278.28 0.48 0.76
Hex CA A5 DF 9 1A 0 D 116 30 4C
Octal 312 245 337 11 32 0 15 426 60 114
Binary 11001010 10100101 11011111 1001 11010 0 1101 100010110 110000 1001100

Color Harmonies of #CAA5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA5DF

Black with #CAA5DF

Text Example


Text Example

White with #CAA5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA5DF; }

 p { color: rgb(202,165,223); }

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

background-color css

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

 a { background-color: rgb(202,165,223); }

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

border-color css

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

 span { border-color: rgb(202,165,223); }

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