Html Css Color HEX #C59CE1 Wisteria

📋 copy color: '#C59CE1'

red 197 ◦ green 156 ◦ blue 225

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

Shades of Wisteria #C59CE1

Tints of Wisteria #C59CE1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.99%

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

R = 34.08%
G = 26.99%
B = 38.93%

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

#C59CE1 (or 0xC59CE1) is known color: Wisteria. HEX triplet: C5, 9C and E1. RGB value is (197,156,225). Sum of RGB (Red+Green+Blue) = 197+156+225=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #C59CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59CE1 is #3A631E. Grayscale: #AFAFAF. Windows color (decimal): -3826463 or 14785733. OLE color: 14785733.

HSL color Cylindrical-coordinate representation of color #C59CE1: hue angle of 275.65º degrees, saturation: 0.53, 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 #C59CE1 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 156 225 -
CMYK 0.12 0.31 0 0.12
HSL 275.65º 0.53% 0.75% -
HSV(B) 275.65º 0.31% 0.88% -
XYZ 48.51 41.08 76.61 -
YUV 176.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 197 156 225 0.12 0.31 0 0.12 275.65 0.53 0.75
Hex C5 9C E1 C 1F 0 C 114 35 4B
Octal 305 234 341 14 37 0 14 424 65 113
Binary 11000101 10011100 11100001 1100 11111 0 1100 100010100 110101 1001011

Color Harmonies of #C59CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59CE1

Black with #C59CE1

Text Example


Text Example

White with #C59CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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