Html Css Color HEX #C593E8 Wisteria

📋 copy color: '#C593E8'

red 197 ◦ green 147 ◦ blue 232

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

Shades of Wisteria #C593E8

Tints of Wisteria #C593E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.28%

R = 34.2%
G = 25.52%
B = 40.28%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C593E8 (or 0xC593E8) is known color: Wisteria. HEX triplet: C5, 93 and E8. RGB value is (197,147,232). Sum of RGB (Red+Green+Blue) = 197+147+232=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #C593E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C593E8 is #3A6C17. Grayscale: #ABABAB. Windows color (decimal): -3828760 or 15242181. OLE color: 15242181.

HSL color Cylindrical-coordinate representation of color #C593E8: hue angle of 275.29º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C593E8 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 147 232 -
CMYK 0.15 0.37 0 0.09
HSL 275.29º 0.65% 0.74% -
HSV(B) 275.29º 0.37% 0.91% -
XYZ 48.03 38.56 81.26 -
YUV 171.64 162.07 146.09 -
System Red Green Blue C M Y K H S L
Decimal 197 147 232 0.15 0.37 0 0.09 275.29 0.65 0.74
Hex C5 93 E8 F 25 0 9 113 41 4A
Octal 305 223 350 17 45 0 11 423 101 112
Binary 11000101 10010011 11101000 1111 100101 0 1001 100010011 1000001 1001010

Color Harmonies of #C593E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C593E8

Black with #C593E8

Text Example


Text Example

White with #C593E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C593E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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