Html Css Color HEX #C595EA Wisteria

📋 copy color: '#C595EA'

red 197 ◦ green 149 ◦ blue 234

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

Shades of Wisteria #C595EA

Tints of Wisteria #C595EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 33.97%
G = 25.69%
B = 40.34%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C595EA (or 0xC595EA) is known color: Wisteria. HEX triplet: C5, 95 and EA. RGB value is (197,149,234). Sum of RGB (Red+Green+Blue) = 197+149+234=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #C595EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595EA is #3A6A15. Grayscale: #ACACAC. Windows color (decimal): -3828246 or 15373765. OLE color: 15373765.

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

Color convert

RGB 197 149 234 -
CMYK 0.16 0.36 0 0.08
HSL 273.88º 0.67% 0.75% -
HSV(B) 273.88º 0.36% 0.92% -
XYZ 48.62 39.31 82.87 -
YUV 173.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 197 149 234 0.16 0.36 0 0.08 273.88 0.67 0.75
Hex C5 95 EA 10 24 0 8 112 43 4B
Octal 305 225 352 20 44 0 10 422 103 113
Binary 11000101 10010101 11101010 10000 100100 0 1000 100010010 1000011 1001011

Color Harmonies of #C595EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595EA

Black with #C595EA

Text Example


Text Example

White with #C595EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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