Html Css Color HEX #C591EB Wisteria

📋 copy color: '#C591EB'

red 197 ◦ green 145 ◦ blue 235

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

Shades of Wisteria #C591EB

Tints of Wisteria #C591EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 34.14%
G = 25.13%
B = 40.73%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C591EB (or 0xC591EB) is known color: Wisteria. HEX triplet: C5, 91 and EB. RGB value is (197,145,235). Sum of RGB (Red+Green+Blue) = 197+145+235=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #C591EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C591EB is #3A6E14. Grayscale: #AAAAAA. Windows color (decimal): -3829269 or 15438277. OLE color: 15438277.

HSL color Cylindrical-coordinate representation of color #C591EB: hue angle of 274.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C591EB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 145 235 -
CMYK 0.16 0.38 0 0.08
HSL 274.67º 0.69% 0.75% -
HSV(B) 274.67º 0.38% 0.92% -
XYZ 48.15 38.12 83.42 -
YUV 170.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 197 145 235 0.16 0.38 0 0.08 274.67 0.69 0.75
Hex C5 91 EB 10 26 0 8 113 45 4B
Octal 305 221 353 20 46 0 10 423 105 113
Binary 11000101 10010001 11101011 10000 100110 0 1000 100010011 1000101 1001011

Color Harmonies of #C591EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C591EB

Black with #C591EB

Text Example


Text Example

White with #C591EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C591EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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