Html Css Color HEX #C591D8 Wisteria

📋 copy color: '#C591D8'

red 197 ◦ green 145 ◦ blue 216

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

Shades of Wisteria #C591D8

Tints of Wisteria #C591D8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.99%

 BLUE value IS 216 (84.77% from 255) = 38.71%

R = 35.3%
G = 25.99%
B = 38.71%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C591D8 (or 0xC591D8) is known color: Wisteria. HEX triplet: C5, 91 and D8. RGB value is (197,145,216). Sum of RGB (Red+Green+Blue) = 197+145+216=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #C591D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591D8 is #3A6E27. Grayscale: #A8A8A8. Windows color (decimal): -3829288 or 14193093. OLE color: 14193093.

HSL color Cylindrical-coordinate representation of color #C591D8: hue angle of 283.94º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C591D8 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 145 216 -
CMYK 0.09 0.33 0 0.15
HSL 283.94º 0.48% 0.71% -
HSV(B) 283.94º 0.33% 0.85% -
XYZ 45.55 37.08 69.72 -
YUV 168.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 197 145 216 0.09 0.33 0 0.15 283.94 0.48 0.71
Hex C5 91 D8 9 21 0 F 11C 30 47
Octal 305 221 330 11 41 0 17 434 60 107
Binary 11000101 10010001 11011000 1001 100001 0 1111 100011100 110000 1000111

Color Harmonies of #C591D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C591D8

Black with #C591D8

Text Example


Text Example

White with #C591D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C591D8; }

 p { color: rgb(197,145,216); }

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

background-color css

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

 a { background-color: rgb(197,145,216); }

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

border-color css

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

 span { border-color: rgb(197,145,216); }

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