Html Css Color HEX #C393EB Wisteria

📋 copy color: '#C393EB'

red 195 ◦ green 147 ◦ blue 235

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

Shades of Wisteria #C393EB

Tints of Wisteria #C393EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 33.8%
G = 25.48%
B = 40.73%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C393EB (or 0xC393EB) is known color: Wisteria. HEX triplet: C3, 93 and EB. RGB value is (195,147,235). Sum of RGB (Red+Green+Blue) = 195+147+235=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #C393EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393EB is #3C6C14. Grayscale: #ABABAB. Windows color (decimal): -3959829 or 15438787. OLE color: 15438787.

HSL color Cylindrical-coordinate representation of color #C393EB: hue angle of 272.73º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C393EB is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 147 235 -
CMYK 0.17 0.37 0 0.08
HSL 272.73º 0.69% 0.75% -
HSV(B) 272.73º 0.37% 0.92% -
XYZ 47.93 38.47 83.5 -
YUV 171.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 195 147 235 0.17 0.37 0 0.08 272.73 0.69 0.75
Hex C3 93 EB 11 25 0 8 111 45 4B
Octal 303 223 353 21 45 0 10 421 105 113
Binary 11000011 10010011 11101011 10001 100101 0 1000 100010001 1000101 1001011

Color Harmonies of #C393EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393EB

Black with #C393EB

Text Example


Text Example

White with #C393EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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