Html Css Color HEX #C580DB Wisteria

📋 copy color: '#C580DB'

red 197 ◦ green 128 ◦ blue 219

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

Shades of Wisteria #C580DB

Tints of Wisteria #C580DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.53%

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

R = 36.21%
G = 23.53%
B = 40.26%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C580DB (or 0xC580DB) is known color: Wisteria. HEX triplet: C5, 80 and DB. RGB value is (197,128,219). Sum of RGB (Red+Green+Blue) = 197+128+219=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #C580DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580DB is #3A7F24. Grayscale: #9E9E9E. Windows color (decimal): -3833637 or 14385349. OLE color: 14385349.

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

Color convert

RGB 197 128 219 -
CMYK 0.10 0.42 0 0.14
HSL 285.49º 0.56% 0.68% -
HSV(B) 285.49º 0.42% 0.86% -
XYZ 43.53 32.42 70.98 -
YUV 159.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 197 128 219 0.10 0.42 0 0.14 285.49 0.56 0.68
Hex C5 80 DB A 2A 0 E 11D 38 44
Octal 305 200 333 12 52 0 16 435 70 104
Binary 11000101 10000000 11011011 1010 101010 0 1110 100011101 111000 1000100

Color Harmonies of #C580DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C580DB

Black with #C580DB

Text Example


Text Example

White with #C580DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C580DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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