Html Css Color HEX #C595E1 Wisteria

📋 copy color: '#C595E1'

red 197 ◦ green 149 ◦ blue 225

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

Shades of Wisteria #C595E1

Tints of Wisteria #C595E1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.09%

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

R = 34.5%
G = 26.09%
B = 39.4%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C595E1 (or 0xC595E1) is known color: Wisteria. HEX triplet: C5, 95 and E1. RGB value is (197,149,225). Sum of RGB (Red+Green+Blue) = 197+149+225=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #C595E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595E1 is #3A6A1E. Grayscale: #ABABAB. Windows color (decimal): -3828255 or 14783941. OLE color: 14783941.

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

Color convert

RGB 197 149 225 -
CMYK 0.12 0.34 0 0.12
HSL 277.89º 0.56% 0.73% -
HSV(B) 277.89º 0.34% 0.88% -
XYZ 47.36 38.8 76.23 -
YUV 172.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 197 149 225 0.12 0.34 0 0.12 277.89 0.56 0.73
Hex C5 95 E1 C 22 0 C 116 38 49
Octal 305 225 341 14 42 0 14 426 70 111
Binary 11000101 10010101 11100001 1100 100010 0 1100 100010110 111000 1001001

Color Harmonies of #C595E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595E1

Black with #C595E1

Text Example


Text Example

White with #C595E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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