Html Css Color HEX #C595E5 Wisteria

📋 copy color: '#C595E5'

red 197 ◦ green 149 ◦ blue 229

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

Shades of Wisteria #C595E5

Tints of Wisteria #C595E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.83%

R = 34.26%
G = 25.91%
B = 39.83%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C595E5 (or 0xC595E5) is known color: Wisteria. HEX triplet: C5, 95 and E5. RGB value is (197,149,229). Sum of RGB (Red+Green+Blue) = 197+149+229=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #C595E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595E5 is #3A6A1A. Grayscale: #ACACAC. Windows color (decimal): -3828251 or 15046085. OLE color: 15046085.

HSL color Cylindrical-coordinate representation of color #C595E5: hue angle of 276º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C595E5 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 149 229 -
CMYK 0.14 0.35 0 0.10
HSL 276º 0.61% 0.74% -
HSV(B) 276º 0.35% 0.9% -
XYZ 47.92 39.02 79.14 -
YUV 172.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 197 149 229 0.14 0.35 0 0.10 276 0.61 0.74
Hex C5 95 E5 E 23 0 A 114 3D 4A
Octal 305 225 345 16 43 0 12 424 75 112
Binary 11000101 10010101 11100101 1110 100011 0 1010 100010100 111101 1001010

Color Harmonies of #C595E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595E5

Black with #C595E5

Text Example


Text Example

White with #C595E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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