Html Css Color HEX #C393E7 Wisteria

📋 copy color: '#C393E7'

red 195 ◦ green 147 ◦ blue 231

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

Shades of Wisteria #C393E7

Tints of Wisteria #C393E7

RGB

 RED value IS 195 (76.56% from 255) = 34.03%

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

 BLUE value IS 231 (90.63% from 255) = 40.31%

R = 34.03%
G = 25.65%
B = 40.31%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C393E7 (or 0xC393E7) is known color: Wisteria. HEX triplet: C3, 93 and E7. RGB value is (195,147,231). Sum of RGB (Red+Green+Blue) = 195+147+231=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 231 - color contains mainly: blue. Hex color #C393E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393E7 is #3C6C18. Grayscale: #AAAAAA. Windows color (decimal): -3959833 or 15176643. OLE color: 15176643.

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

Color convert

RGB 195 147 231 -
CMYK 0.16 0.36 0 0.09
HSL 274.29º 0.64% 0.74% -
HSV(B) 274.29º 0.36% 0.91% -
XYZ 47.36 38.24 80.49 -
YUV 170.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 195 147 231 0.16 0.36 0 0.09 274.29 0.64 0.74
Hex C3 93 E7 10 24 0 9 112 40 4A
Octal 303 223 347 20 44 0 11 422 100 112
Binary 11000011 10010011 11100111 10000 100100 0 1001 100010010 1000000 1001010

Color Harmonies of #C393E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393E7

Black with #C393E7

Text Example


Text Example

White with #C393E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393E7; }

 p { color: rgb(195,147,231); }

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

background-color css

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

 a { background-color: rgb(195,147,231); }

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

border-color css

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

 span { border-color: rgb(195,147,231); }

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