Html Css Color HEX #C393D9 Wisteria

📋 copy color: '#C393D9'

red 195 ◦ green 147 ◦ blue 217

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

Shades of Wisteria #C393D9

Tints of Wisteria #C393D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.82%

R = 34.88%
G = 26.3%
B = 38.82%

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

#C393D9 (or 0xC393D9) is known color: Wisteria. HEX triplet: C3, 93 and D9. RGB value is (195,147,217). Sum of RGB (Red+Green+Blue) = 195+147+217=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #C393D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393D9 is #3C6C26. Grayscale: #A9A9A9. Windows color (decimal): -3959847 or 14259139. OLE color: 14259139.

HSL color Cylindrical-coordinate representation of color #C393D9: hue angle of 281.14º degrees, saturation: 0.48, 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 #C393D9 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 147 217 -
CMYK 0.10 0.32 0 0.15
HSL 281.14º 0.48% 0.71% -
HSV(B) 281.14º 0.32% 0.85% -
XYZ 45.46 37.48 70.48 -
YUV 169.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 195 147 217 0.10 0.32 0 0.15 281.14 0.48 0.71
Hex C3 93 D9 A 20 0 F 119 30 47
Octal 303 223 331 12 40 0 17 431 60 107
Binary 11000011 10010011 11011001 1010 100000 0 1111 100011001 110000 1000111

Color Harmonies of #C393D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393D9

Black with #C393D9

Text Example


Text Example

White with #C393D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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