Html Css Color HEX #CAAADA Wisteria

📋 copy color: '#CAAADA'

red 202 ◦ green 170 ◦ blue 218

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

Shades of Wisteria #CAAADA

Tints of Wisteria #CAAADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 34.24%
G = 28.81%
B = 36.95%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAAADA (or 0xCAAADA) is known color: Wisteria. HEX triplet: CA, AA and DA. RGB value is (202,170,218). Sum of RGB (Red+Green+Blue) = 202+170+218=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAADA is #355525. Grayscale: #B8B8B8. Windows color (decimal): -3495206 or 14330570. OLE color: 14330570.

HSL color Cylindrical-coordinate representation of color #CAAADA: hue angle of 280º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAAADA is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 170 218 -
CMYK 0.07 0.22 0 0.15
HSL 280º 0.39% 0.76% -
HSV(B) 280º 0.22% 0.85% -
XYZ 51.39 46.37 72.57 -
YUV 185.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 202 170 218 0.07 0.22 0 0.15 280 0.39 0.76
Hex CA AA DA 7 16 0 F 118 27 4C
Octal 312 252 332 7 26 0 17 430 47 114
Binary 11001010 10101010 11011010 111 10110 0 1111 100011000 100111 1001100

Color Harmonies of #CAAADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAADA

Black with #CAAADA

Text Example


Text Example

White with #CAAADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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