Html Css Color HEX #C580DC Wisteria

📋 copy color: '#C580DC'

red 197 ◦ green 128 ◦ blue 220

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

Shades of Wisteria #C580DC

Tints of Wisteria #C580DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 36.15%
G = 23.49%
B = 40.37%

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

#C580DC (or 0xC580DC) is known color: Wisteria. HEX triplet: C5, 80 and DC. RGB value is (197,128,220). Sum of RGB (Red+Green+Blue) = 197+128+220=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #C580DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580DC is #3A7F23. Grayscale: #9E9E9E. Windows color (decimal): -3833636 or 14450885. OLE color: 14450885.

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

Color convert

RGB 197 128 220 -
CMYK 0.10 0.42 0 0.14
HSL 285º 0.57% 0.68% -
HSV(B) 285º 0.42% 0.86% -
XYZ 43.66 32.48 71.68 -
YUV 159.12 162.36 155.02 -
System Red Green Blue C M Y K H S L
Decimal 197 128 220 0.10 0.42 0 0.14 285 0.57 0.68
Hex C5 80 DC A 2A 0 E 11D 39 44
Octal 305 200 334 12 52 0 16 435 71 104
Binary 11000101 10000000 11011100 1010 101010 0 1110 100011101 111001 1000100

Color Harmonies of #C580DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C580DC

Black with #C580DC

Text Example


Text Example

White with #C580DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C580DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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