Html Css Color HEX #C393EF Wisteria

📋 copy color: '#C393EF'

red 195 ◦ green 147 ◦ blue 239

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

Shades of Wisteria #C393EF

Tints of Wisteria #C393EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.14%

R = 33.56%
G = 25.3%
B = 41.14%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C393EF (or 0xC393EF) is known color: Wisteria. HEX triplet: C3, 93 and EF. RGB value is (195,147,239). Sum of RGB (Red+Green+Blue) = 195+147+239=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #C393EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393EF is #3C6C10. Grayscale: #ABABAB. Windows color (decimal): -3959825 or 15700931. OLE color: 15700931.

HSL color Cylindrical-coordinate representation of color #C393EF: hue angle of 271.3º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C393EF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 147 239 -
CMYK 0.18 0.38 0 0.06
HSL 271.3º 0.74% 0.76% -
HSV(B) 271.3º 0.38% 0.94% -
XYZ 48.52 38.7 86.57 -
YUV 171.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 195 147 239 0.18 0.38 0 0.06 271.3 0.74 0.76
Hex C3 93 EF 12 26 0 6 10F 4A 4C
Octal 303 223 357 22 46 0 6 417 112 114
Binary 11000011 10010011 11101111 10010 100110 0 110 100001111 1001010 1001100

Color Harmonies of #C393EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393EF

Black with #C393EF

Text Example


Text Example

White with #C393EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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