Html Css Color HEX #C393D8 Wisteria

📋 copy color: '#C393D8'

red 195 ◦ green 147 ◦ blue 216

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

Shades of Wisteria #C393D8

Tints of Wisteria #C393D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.71%

R = 34.95%
G = 26.34%
B = 38.71%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C393D8 (or 0xC393D8) is known color: Wisteria. HEX triplet: C3, 93 and D8. RGB value is (195,147,216). Sum of RGB (Red+Green+Blue) = 195+147+216=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #C393D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393D8 is #3C6C27. Grayscale: #A8A8A8. Windows color (decimal): -3959848 or 14193603. OLE color: 14193603.

HSL color Cylindrical-coordinate representation of color #C393D8: hue angle of 281.74º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C393D8 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 147 216 -
CMYK 0.10 0.32 0 0.15
HSL 281.74º 0.47% 0.71% -
HSV(B) 281.74º 0.32% 0.85% -
XYZ 45.33 37.43 69.8 -
YUV 169.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 195 147 216 0.10 0.32 0 0.15 281.74 0.47 0.71
Hex C3 93 D8 A 20 0 F 11A 2F 47
Octal 303 223 330 12 40 0 17 432 57 107
Binary 11000011 10010011 11011000 1010 100000 0 1111 100011010 101111 1000111

Color Harmonies of #C393D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393D8

Black with #C393D8

Text Example


Text Example

White with #C393D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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