Html Css Color HEX #C393D7 Wisteria

📋 copy color: '#C393D7'

red 195 ◦ green 147 ◦ blue 215

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

Shades of Wisteria #C393D7

Tints of Wisteria #C393D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.6%

R = 35.01%
G = 26.39%
B = 38.6%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C393D7 (or 0xC393D7) is known color: Wisteria. HEX triplet: C3, 93 and D7. RGB value is (195,147,215). Sum of RGB (Red+Green+Blue) = 195+147+215=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #C393D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393D7 is #3C6C28. Grayscale: #A8A8A8. Windows color (decimal): -3959849 or 14128067. OLE color: 14128067.

HSL color Cylindrical-coordinate representation of color #C393D7: hue angle of 282.35º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C393D7 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 147 215 -
CMYK 0.09 0.32 0 0.16
HSL 282.35º 0.46% 0.71% -
HSV(B) 282.35º 0.32% 0.84% -
XYZ 45.21 37.38 69.12 -
YUV 169.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 195 147 215 0.09 0.32 0 0.16 282.35 0.46 0.71
Hex C3 93 D7 9 20 0 10 11A 2E 47
Octal 303 223 327 11 40 0 20 432 56 107
Binary 11000011 10010011 11010111 1001 100000 0 10000 100011010 101110 1000111

Color Harmonies of #C393D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393D7

Black with #C393D7

Text Example


Text Example

White with #C393D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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