Html Css Color HEX #CA9CDB Wisteria

📋 copy color: '#CA9CDB'

red 202 ◦ green 156 ◦ blue 219

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

Shades of Wisteria #CA9CDB

Tints of Wisteria #CA9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.04%

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

R = 35.01%
G = 27.04%
B = 37.95%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA9CDB (or 0xCA9CDB) is known color: Wisteria. HEX triplet: CA, 9C and DB. RGB value is (202,156,219). Sum of RGB (Red+Green+Blue) = 202+156+219=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CDB is #356324. Grayscale: #B0B0B0. Windows color (decimal): -3498789 or 14392522. OLE color: 14392522.

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

Color convert

RGB 202 156 219 -
CMYK 0.08 0.29 0 0.14
HSL 283.81º 0.47% 0.74% -
HSV(B) 283.81º 0.29% 0.86% -
XYZ 49.03 41.45 72.43 -
YUV 176.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 202 156 219 0.08 0.29 0 0.14 283.81 0.47 0.74
Hex CA 9C DB 8 1D 0 E 11C 2F 4A
Octal 312 234 333 10 35 0 16 434 57 112
Binary 11001010 10011100 11011011 1000 11101 0 1110 100011100 101111 1001010

Color Harmonies of #CA9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9CDB

Black with #CA9CDB

Text Example


Text Example

White with #CA9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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