Html Css Color HEX #C393EE Wisteria

📋 copy color: '#C393EE'

red 195 ◦ green 147 ◦ blue 238

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

Shades of Wisteria #C393EE

Tints of Wisteria #C393EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.03%

R = 33.62%
G = 25.34%
B = 41.03%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C393EE (or 0xC393EE) is known color: Wisteria. HEX triplet: C3, 93 and EE. RGB value is (195,147,238). Sum of RGB (Red+Green+Blue) = 195+147+238=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #C393EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393EE is #3C6C11. Grayscale: #ABABAB. Windows color (decimal): -3959826 or 15635395. OLE color: 15635395.

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

Color convert

RGB 195 147 238 -
CMYK 0.18 0.38 0 0.07
HSL 271.65º 0.73% 0.75% -
HSV(B) 271.65º 0.38% 0.93% -
XYZ 48.37 38.64 85.8 -
YUV 171.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 195 147 238 0.18 0.38 0 0.07 271.65 0.73 0.75
Hex C3 93 EE 12 26 0 7 110 49 4B
Octal 303 223 356 22 46 0 7 420 111 113
Binary 11000011 10010011 11101110 10010 100110 0 111 100010000 1001001 1001011

Color Harmonies of #C393EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393EE

Black with #C393EE

Text Example


Text Example

White with #C393EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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