Html Css Color HEX #C593EC Wisteria

📋 copy color: '#C593EC'

red 197 ◦ green 147 ◦ blue 236

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

Shades of Wisteria #C593EC

Tints of Wisteria #C593EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 33.97%
G = 25.34%
B = 40.69%

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

#C593EC (or 0xC593EC) is known color: Wisteria. HEX triplet: C5, 93 and EC. RGB value is (197,147,236). Sum of RGB (Red+Green+Blue) = 197+147+236=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #C593EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C593EC is #3A6C13. Grayscale: #ABABAB. Windows color (decimal): -3828756 or 15504325. OLE color: 15504325.

HSL color Cylindrical-coordinate representation of color #C593EC: hue angle of 273.71º degrees, saturation: 0.7, 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 #C593EC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 147 236 -
CMYK 0.17 0.38 0 0.07
HSL 273.71º 0.7% 0.75% -
HSV(B) 273.71º 0.38% 0.93% -
XYZ 48.6 38.79 84.28 -
YUV 172.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 197 147 236 0.17 0.38 0 0.07 273.71 0.7 0.75
Hex C5 93 EC 11 26 0 7 112 46 4B
Octal 305 223 354 21 46 0 7 422 106 113
Binary 11000101 10010011 11101100 10001 100110 0 111 100010010 1000110 1001011

Color Harmonies of #C593EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C593EC

Black with #C593EC

Text Example


Text Example

White with #C593EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C593EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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