Html Css Color HEX #C393EC Wisteria

📋 copy color: '#C393EC'

red 195 ◦ green 147 ◦ blue 236

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

Shades of Wisteria #C393EC

Tints of Wisteria #C393EC

RGB

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

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

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

R = 33.74%
G = 25.43%
B = 40.83%

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

#C393EC (or 0xC393EC) is known color: Wisteria. HEX triplet: C3, 93 and EC. RGB value is (195,147,236). Sum of RGB (Red+Green+Blue) = 195+147+236=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #C393EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393EC is #3C6C13. Grayscale: #ABABAB. Windows color (decimal): -3959828 or 15504323. OLE color: 15504323.

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

Color convert

RGB 195 147 236 -
CMYK 0.17 0.38 0 0.07
HSL 272.36º 0.7% 0.75% -
HSV(B) 272.36º 0.38% 0.93% -
XYZ 48.08 38.53 84.26 -
YUV 171.5 164.4 144.76 -
System Red Green Blue C M Y K H S L
Decimal 195 147 236 0.17 0.38 0 0.07 272.36 0.7 0.75
Hex C3 93 EC 11 26 0 7 110 46 4B
Octal 303 223 354 21 46 0 7 420 106 113
Binary 11000011 10010011 11101100 10001 100110 0 111 100010000 1000110 1001011

Color Harmonies of #C393EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393EC

Black with #C393EC

Text Example


Text Example

White with #C393EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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