Html Css Color HEX #CA9ADB Wisteria

📋 copy color: '#CA9ADB'

red 202 ◦ green 154 ◦ blue 219

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

Shades of Wisteria #CA9ADB

Tints of Wisteria #CA9ADB

RGB

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

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

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

R = 35.13%
G = 26.78%
B = 38.09%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA9ADB (or 0xCA9ADB) is known color: Wisteria. HEX triplet: CA, 9A and DB. RGB value is (202,154,219). Sum of RGB (Red+Green+Blue) = 202+154+219=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ADB is #356524. Grayscale: #AFAFAF. Windows color (decimal): -3499301 or 14392010. OLE color: 14392010.

HSL color Cylindrical-coordinate representation of color #CA9ADB: hue angle of 284.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA9ADB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 154 219 -
CMYK 0.08 0.30 0 0.14
HSL 284.31º 0.47% 0.73% -
HSV(B) 284.31º 0.3% 0.86% -
XYZ 48.7 40.78 72.32 -
YUV 175.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 202 154 219 0.08 0.30 0 0.14 284.31 0.47 0.73
Hex CA 9A DB 8 1E 0 E 11C 2F 49
Octal 312 232 333 10 36 0 16 434 57 111
Binary 11001010 10011010 11011011 1000 11110 0 1110 100011100 101111 1001001

Color Harmonies of #CA9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9ADB

Black with #CA9ADB

Text Example


Text Example

White with #CA9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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