Html Css Color HEX #C393DE Wisteria

📋 copy color: '#C393DE'

red 195 ◦ green 147 ◦ blue 222

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

Shades of Wisteria #C393DE

Tints of Wisteria #C393DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 34.57%
G = 26.06%
B = 39.36%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C393DE (or 0xC393DE) is known color: Wisteria. HEX triplet: C3, 93 and DE. RGB value is (195,147,222). Sum of RGB (Red+Green+Blue) = 195+147+222=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #C393DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393DE is #3C6C21. Grayscale: #A9A9A9. Windows color (decimal): -3959842 or 14586819. OLE color: 14586819.

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

Color convert

RGB 195 147 222 -
CMYK 0.12 0.34 0 0.13
HSL 278.4º 0.53% 0.72% -
HSV(B) 278.4º 0.34% 0.87% -
XYZ 46.12 37.74 73.96 -
YUV 169.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 195 147 222 0.12 0.34 0 0.13 278.4 0.53 0.72
Hex C3 93 DE C 22 0 D 116 35 48
Octal 303 223 336 14 42 0 15 426 65 110
Binary 11000011 10010011 11011110 1100 100010 0 1101 100010110 110101 1001000

Color Harmonies of #C393DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393DE

Black with #C393DE

Text Example


Text Example

White with #C393DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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