Html Css Color HEX #C593EA Wisteria

📋 copy color: '#C593EA'

red 197 ◦ green 147 ◦ blue 234

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

Shades of Wisteria #C593EA

Tints of Wisteria #C593EA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.43%

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

R = 34.08%
G = 25.43%
B = 40.48%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C593EA (or 0xC593EA) is known color: Wisteria. HEX triplet: C5, 93 and EA. RGB value is (197,147,234). Sum of RGB (Red+Green+Blue) = 197+147+234=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #C593EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C593EA is #3A6C15. Grayscale: #ABABAB. Windows color (decimal): -3828758 or 15373253. OLE color: 15373253.

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

Color convert

RGB 197 147 234 -
CMYK 0.16 0.37 0 0.08
HSL 274.48º 0.67% 0.75% -
HSV(B) 274.48º 0.37% 0.92% -
XYZ 48.31 38.68 82.76 -
YUV 171.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 197 147 234 0.16 0.37 0 0.08 274.48 0.67 0.75
Hex C5 93 EA 10 25 0 8 112 43 4B
Octal 305 223 352 20 45 0 10 422 103 113
Binary 11000101 10010011 11101010 10000 100101 0 1000 100010010 1000011 1001011

Color Harmonies of #C593EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C593EA

Black with #C593EA

Text Example


Text Example

White with #C593EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C593EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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