Html Css Color HEX #CA9ADD Wisteria

📋 copy color: '#CA9ADD'

red 202 ◦ green 154 ◦ blue 221

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

Shades of Wisteria #CA9ADD

Tints of Wisteria #CA9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.69%

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 35.01%
G = 26.69%
B = 38.3%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA9ADD (or 0xCA9ADD) is known color: Wisteria. HEX triplet: CA, 9A and DD. RGB value is (202,154,221). Sum of RGB (Red+Green+Blue) = 202+154+221=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ADD is #356522. Grayscale: #AFAFAF. Windows color (decimal): -3499299 or 14523082. OLE color: 14523082.

HSL color Cylindrical-coordinate representation of color #CA9ADD: hue angle of 282.99º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA9ADD is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 154 221 -
CMYK 0.09 0.30 0 0.13
HSL 282.99º 0.5% 0.74% -
HSV(B) 282.99º 0.3% 0.87% -
XYZ 48.96 40.89 73.72 -
YUV 175.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 202 154 221 0.09 0.30 0 0.13 282.99 0.5 0.74
Hex CA 9A DD 9 1E 0 D 11B 32 4A
Octal 312 232 335 11 36 0 15 433 62 112
Binary 11001010 10011010 11011101 1001 11110 0 1101 100011011 110010 1001010

Color Harmonies of #CA9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9ADD

Black with #CA9ADD

Text Example


Text Example

White with #CA9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9ADD; }

 p { color: rgb(202,154,221); }

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

background-color css

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

 a { background-color: rgb(202,154,221); }

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

border-color css

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

 span { border-color: rgb(202,154,221); }

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