Html Css Color HEX #C580DD Wisteria

📋 copy color: '#C580DD'

red 197 ◦ green 128 ◦ blue 221

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

Shades of Wisteria #C580DD

Tints of Wisteria #C580DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 36.08%
G = 23.44%
B = 40.48%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C580DD (or 0xC580DD) is known color: Wisteria. HEX triplet: C5, 80 and DD. RGB value is (197,128,221). Sum of RGB (Red+Green+Blue) = 197+128+221=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C580DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580DD is #3A7F22. Grayscale: #9E9E9E. Windows color (decimal): -3833635 or 14516421. OLE color: 14516421.

HSL color Cylindrical-coordinate representation of color #C580DD: hue angle of 284.52º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C580DD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 128 221 -
CMYK 0.11 0.42 0 0.13
HSL 284.52º 0.58% 0.68% -
HSV(B) 284.52º 0.42% 0.87% -
XYZ 43.8 32.53 72.38 -
YUV 159.23 162.86 154.94 -
System Red Green Blue C M Y K H S L
Decimal 197 128 221 0.11 0.42 0 0.13 284.52 0.58 0.68
Hex C5 80 DD B 2A 0 D 11D 3A 44
Octal 305 200 335 13 52 0 15 435 72 104
Binary 11000101 10000000 11011101 1011 101010 0 1101 100011101 111010 1000100

Color Harmonies of #C580DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C580DD

Black with #C580DD

Text Example


Text Example

White with #C580DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C580DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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