Html Css Color HEX #C593EB Wisteria

📋 copy color: '#C593EB'

red 197 ◦ green 147 ◦ blue 235

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

Shades of Wisteria #C593EB

Tints of Wisteria #C593EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 34.02%
G = 25.39%
B = 40.59%

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

#C593EB (or 0xC593EB) is known color: Wisteria. HEX triplet: C5, 93 and EB. RGB value is (197,147,235). Sum of RGB (Red+Green+Blue) = 197+147+235=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #C593EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C593EB is #3A6C14. Grayscale: #ABABAB. Windows color (decimal): -3828757 or 15438789. OLE color: 15438789.

HSL color Cylindrical-coordinate representation of color #C593EB: hue angle of 274.09º degrees, saturation: 0.69, 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 #C593EB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 147 235 -
CMYK 0.16 0.37 0 0.08
HSL 274.09º 0.69% 0.75% -
HSV(B) 274.09º 0.37% 0.92% -
XYZ 48.46 38.74 83.52 -
YUV 171.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 197 147 235 0.16 0.37 0 0.08 274.09 0.69 0.75
Hex C5 93 EB 10 25 0 8 112 45 4B
Octal 305 223 353 20 45 0 10 422 105 113
Binary 11000101 10010011 11101011 10000 100101 0 1000 100010010 1000101 1001011

Color Harmonies of #C593EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C593EB

Black with #C593EB

Text Example


Text Example

White with #C593EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C593EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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