Html Css Color HEX #C580EC Wisteria

📋 copy color: '#C580EC'

red 197 ◦ green 128 ◦ blue 236

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

Shades of Wisteria #C580EC

Tints of Wisteria #C580EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 35.12%
G = 22.82%
B = 42.07%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C580EC (or 0xC580EC) is known color: Wisteria. HEX triplet: C5, 80 and EC. RGB value is (197,128,236). Sum of RGB (Red+Green+Blue) = 197+128+236=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #C580EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C580EC is #3A7F13. Grayscale: #A0A0A0. Windows color (decimal): -3833620 or 15499461. OLE color: 15499461.

HSL color Cylindrical-coordinate representation of color #C580EC: hue angle of 278.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C580EC is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 128 236 -
CMYK 0.17 0.46 0 0.07
HSL 278.33º 0.74% 0.71% -
HSV(B) 278.33º 0.46% 0.93% -
XYZ 45.89 33.36 83.38 -
YUV 160.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 197 128 236 0.17 0.46 0 0.07 278.33 0.74 0.71
Hex C5 80 EC 11 2E 0 7 116 4A 47
Octal 305 200 354 21 56 0 7 426 112 107
Binary 11000101 10000000 11101100 10001 101110 0 111 100010110 1001010 1000111

Color Harmonies of #C580EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C580EC

Black with #C580EC

Text Example


Text Example

White with #C580EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C580EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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