Html Css Color HEX #C590DB Wisteria

📋 copy color: '#C590DB'

red 197 ◦ green 144 ◦ blue 219

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

Shades of Wisteria #C590DB

Tints of Wisteria #C590DB

RGB

 RED value IS 197 (77.34% from 255) = 35.18%

 GREEN value IS 144 (56.64% from 255) = 25.71%

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

R = 35.18%
G = 25.71%
B = 39.11%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C590DB (or 0xC590DB) is known color: Wisteria. HEX triplet: C5, 90 and DB. RGB value is (197,144,219). Sum of RGB (Red+Green+Blue) = 197+144+219=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #C590DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C590DB is #3A6F24. Grayscale: #A8A8A8. Windows color (decimal): -3829541 or 14389445. OLE color: 14389445.

HSL color Cylindrical-coordinate representation of color #C590DB: hue angle of 282.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C590DB is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 144 219 -
CMYK 0.10 0.34 0 0.14
HSL 282.4º 0.51% 0.71% -
HSV(B) 282.4º 0.34% 0.86% -
XYZ 45.79 36.93 71.73 -
YUV 168.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 197 144 219 0.10 0.34 0 0.14 282.4 0.51 0.71
Hex C5 90 DB A 22 0 E 11A 33 47
Octal 305 220 333 12 42 0 16 432 63 107
Binary 11000101 10010000 11011011 1010 100010 0 1110 100011010 110011 1000111

Color Harmonies of #C590DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C590DB

Black with #C590DB

Text Example


Text Example

White with #C590DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C590DB; }

 p { color: rgb(197,144,219); }

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

background-color css

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

 a { background-color: rgb(197,144,219); }

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

border-color css

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

 span { border-color: rgb(197,144,219); }

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