Html Css Color HEX #C580DA Wisteria

📋 copy color: '#C580DA'

red 197 ◦ green 128 ◦ blue 218

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

Shades of Wisteria #C580DA

Tints of Wisteria #C580DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 36.28%
G = 23.57%
B = 40.15%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C580DA (or 0xC580DA) is known color: Wisteria. HEX triplet: C5, 80 and DA. RGB value is (197,128,218). Sum of RGB (Red+Green+Blue) = 197+128+218=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #C580DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580DA is #3A7F25. Grayscale: #9E9E9E. Windows color (decimal): -3833638 or 14319813. OLE color: 14319813.

HSL color Cylindrical-coordinate representation of color #C580DA: hue angle of 286º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C580DA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 128 218 -
CMYK 0.10 0.41 0 0.15
HSL 286º 0.55% 0.68% -
HSV(B) 286º 0.41% 0.85% -
XYZ 43.4 32.37 70.29 -
YUV 158.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 197 128 218 0.10 0.41 0 0.15 286 0.55 0.68
Hex C5 80 DA A 29 0 F 11E 37 44
Octal 305 200 332 12 51 0 17 436 67 104
Binary 11000101 10000000 11011010 1010 101001 0 1111 100011110 110111 1000100

Color Harmonies of #C580DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C580DA

Black with #C580DA

Text Example


Text Example

White with #C580DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C580DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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