Html Css Color HEX #C593ED Wisteria

📋 copy color: '#C593ED'

red 197 ◦ green 147 ◦ blue 237

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

Shades of Wisteria #C593ED

Tints of Wisteria #C593ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 33.91%
G = 25.3%
B = 40.79%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C593ED (or 0xC593ED) is known color: Wisteria. HEX triplet: C5, 93 and ED. RGB value is (197,147,237). Sum of RGB (Red+Green+Blue) = 197+147+237=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #C593ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C593ED is #3A6C12. Grayscale: #ABABAB. Windows color (decimal): -3828755 or 15569861. OLE color: 15569861.

HSL color Cylindrical-coordinate representation of color #C593ED: hue angle of 273.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C593ED is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 147 237 -
CMYK 0.17 0.38 0 0.07
HSL 273.33º 0.71% 0.75% -
HSV(B) 273.33º 0.38% 0.93% -
XYZ 48.75 38.85 85.05 -
YUV 172.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 197 147 237 0.17 0.38 0 0.07 273.33 0.71 0.75
Hex C5 93 ED 11 26 0 7 111 47 4B
Octal 305 223 355 21 46 0 7 421 107 113
Binary 11000101 10010011 11101101 10001 100110 0 111 100010001 1000111 1001011

Color Harmonies of #C593ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C593ED

Black with #C593ED

Text Example


Text Example

White with #C593ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C593ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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