Html Css Color HEX #C591DB Wisteria

📋 copy color: '#C591DB'

red 197 ◦ green 145 ◦ blue 219

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

Shades of Wisteria #C591DB

Tints of Wisteria #C591DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.85%

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

R = 35.12%
G = 25.85%
B = 39.04%

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

#C591DB (or 0xC591DB) is known color: Wisteria. HEX triplet: C5, 91 and DB. RGB value is (197,145,219). Sum of RGB (Red+Green+Blue) = 197+145+219=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #C591DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591DB is #3A6E24. Grayscale: #A8A8A8. Windows color (decimal): -3829285 or 14389701. OLE color: 14389701.

HSL color Cylindrical-coordinate representation of color #C591DB: hue angle of 282.16º 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 #C591DB is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 145 219 -
CMYK 0.10 0.34 0 0.14
HSL 282.16º 0.51% 0.71% -
HSV(B) 282.16º 0.34% 0.86% -
XYZ 45.94 37.24 71.78 -
YUV 168.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 197 145 219 0.10 0.34 0 0.14 282.16 0.51 0.71
Hex C5 91 DB A 22 0 E 11A 33 47
Octal 305 221 333 12 42 0 16 432 63 107
Binary 11000101 10010001 11011011 1010 100010 0 1110 100011010 110011 1000111

Color Harmonies of #C591DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C591DB

Black with #C591DB

Text Example


Text Example

White with #C591DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C591DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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