Html Css Color HEX #C59BE1 Wisteria

📋 copy color: '#C59BE1'

red 197 ◦ green 155 ◦ blue 225

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

Shades of Wisteria #C59BE1

Tints of Wisteria #C59BE1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.86%

 BLUE value IS 225 (88.28% from 255) = 38.99%

R = 34.14%
G = 26.86%
B = 38.99%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C59BE1 (or 0xC59BE1) is known color: Wisteria. HEX triplet: C5, 9B and E1. RGB value is (197,155,225). Sum of RGB (Red+Green+Blue) = 197+155+225=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #C59BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BE1 is #3A641E. Grayscale: #AFAFAF. Windows color (decimal): -3826719 or 14785477. OLE color: 14785477.

HSL color Cylindrical-coordinate representation of color #C59BE1: hue angle of 276º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C59BE1 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 155 225 -
CMYK 0.12 0.31 0 0.12
HSL 276º 0.54% 0.75% -
HSV(B) 276º 0.31% 0.88% -
XYZ 48.34 40.75 76.55 -
YUV 175.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 197 155 225 0.12 0.31 0 0.12 276 0.54 0.75
Hex C5 9B E1 C 1F 0 C 114 36 4B
Octal 305 233 341 14 37 0 14 424 66 113
Binary 11000101 10011011 11100001 1100 11111 0 1100 100010100 110110 1001011

Color Harmonies of #C59BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59BE1

Black with #C59BE1

Text Example


Text Example

White with #C59BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59BE1; }

 p { color: rgb(197,155,225); }

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

background-color css

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

 a { background-color: rgb(197,155,225); }

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

border-color css

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

 span { border-color: rgb(197,155,225); }

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