Html Css Color HEX #C581DA Wisteria

📋 copy color: '#C581DA'

red 197 ◦ green 129 ◦ blue 218

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

Shades of Wisteria #C581DA

Tints of Wisteria #C581DA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.71%

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

R = 36.21%
G = 23.71%
B = 40.07%

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

#C581DA (or 0xC581DA) is known color: Wisteria. HEX triplet: C5, 81 and DA. RGB value is (197,129,218). Sum of RGB (Red+Green+Blue) = 197+129+218=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #C581DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581DA is #3A7E25. Grayscale: #9F9F9F. Windows color (decimal): -3833382 or 14320069. OLE color: 14320069.

HSL color Cylindrical-coordinate representation of color #C581DA: hue angle of 285.84º 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 #C581DA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 129 218 -
CMYK 0.10 0.41 0 0.15
HSL 285.84º 0.55% 0.68% -
HSV(B) 285.84º 0.41% 0.85% -
XYZ 43.53 32.63 70.33 -
YUV 159.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 197 129 218 0.10 0.41 0 0.15 285.84 0.55 0.68
Hex C5 81 DA A 29 0 F 11E 37 44
Octal 305 201 332 12 51 0 17 436 67 104
Binary 11000101 10000001 11011010 1010 101001 0 1111 100011110 110111 1000100

Color Harmonies of #C581DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C581DA

Black with #C581DA

Text Example


Text Example

White with #C581DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C581DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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