Html Css Color HEX #CA9FDB Wisteria

📋 copy color: '#CA9FDB'

red 202 ◦ green 159 ◦ blue 219

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

Shades of Wisteria #CA9FDB

Tints of Wisteria #CA9FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.41%

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

R = 34.83%
G = 27.41%
B = 37.76%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA9FDB (or 0xCA9FDB) is known color: Wisteria. HEX triplet: CA, 9F and DB. RGB value is (202,159,219). Sum of RGB (Red+Green+Blue) = 202+159+219=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FDB is #356024. Grayscale: #B2B2B2. Windows color (decimal): -3498021 or 14393290. OLE color: 14393290.

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

Color convert

RGB 202 159 219 -
CMYK 0.08 0.27 0 0.14
HSL 283º 0.45% 0.74% -
HSV(B) 283º 0.27% 0.86% -
XYZ 49.54 42.47 72.6 -
YUV 178.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 202 159 219 0.08 0.27 0 0.14 283 0.45 0.74
Hex CA 9F DB 8 1B 0 E 11B 2D 4A
Octal 312 237 333 10 33 0 16 433 55 112
Binary 11001010 10011111 11011011 1000 11011 0 1110 100011011 101101 1001010

Color Harmonies of #CA9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FDB

Black with #CA9FDB

Text Example


Text Example

White with #CA9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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