Html Css Color HEX #C581D9 Wisteria

📋 copy color: '#C581D9'

red 197 ◦ green 129 ◦ blue 217

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

Shades of Wisteria #C581D9

Tints of Wisteria #C581D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.96%

R = 36.28%
G = 23.76%
B = 39.96%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C581D9 (or 0xC581D9) is known color: Wisteria. HEX triplet: C5, 81 and D9. RGB value is (197,129,217). Sum of RGB (Red+Green+Blue) = 197+129+217=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #C581D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581D9 is #3A7E26. Grayscale: #9F9F9F. Windows color (decimal): -3833383 or 14254533. OLE color: 14254533.

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

Color convert

RGB 197 129 217 -
CMYK 0.09 0.41 0 0.15
HSL 286.36º 0.54% 0.68% -
HSV(B) 286.36º 0.41% 0.85% -
XYZ 43.4 32.58 69.65 -
YUV 159.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 197 129 217 0.09 0.41 0 0.15 286.36 0.54 0.68
Hex C5 81 D9 9 29 0 F 11E 36 44
Octal 305 201 331 11 51 0 17 436 66 104
Binary 11000101 10000001 11011001 1001 101001 0 1111 100011110 110110 1000100

Color Harmonies of #C581D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C581D9

Black with #C581D9

Text Example


Text Example

White with #C581D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C581D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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