Html Css Color HEX #C393DF Wisteria

📋 copy color: '#C393DF'

red 195 ◦ green 147 ◦ blue 223

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

Shades of Wisteria #C393DF

Tints of Wisteria #C393DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 34.51%
G = 26.02%
B = 39.47%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C393DF (or 0xC393DF) is known color: Wisteria. HEX triplet: C3, 93 and DF. RGB value is (195,147,223). Sum of RGB (Red+Green+Blue) = 195+147+223=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #C393DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393DF is #3C6C20. Grayscale: #A9A9A9. Windows color (decimal): -3959841 or 14652355. OLE color: 14652355.

HSL color Cylindrical-coordinate representation of color #C393DF: hue angle of 277.89º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C393DF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 147 223 -
CMYK 0.13 0.34 0 0.13
HSL 277.89º 0.54% 0.73% -
HSV(B) 277.89º 0.34% 0.87% -
XYZ 46.26 37.8 74.67 -
YUV 170.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 195 147 223 0.13 0.34 0 0.13 277.89 0.54 0.73
Hex C3 93 DF D 22 0 D 116 36 49
Octal 303 223 337 15 42 0 15 426 66 111
Binary 11000011 10010011 11011111 1101 100010 0 1101 100010110 110110 1001001

Color Harmonies of #C393DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393DF

Black with #C393DF

Text Example


Text Example

White with #C393DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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