Html Css Color HEX #C393E6 Wisteria

📋 copy color: '#C393E6'

red 195 ◦ green 147 ◦ blue 230

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

Shades of Wisteria #C393E6

Tints of Wisteria #C393E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.21%

R = 34.09%
G = 25.7%
B = 40.21%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C393E6 (or 0xC393E6) is known color: Wisteria. HEX triplet: C3, 93 and E6. RGB value is (195,147,230). Sum of RGB (Red+Green+Blue) = 195+147+230=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #C393E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393E6 is #3C6C19. Grayscale: #AAAAAA. Windows color (decimal): -3959834 or 15111107. OLE color: 15111107.

HSL color Cylindrical-coordinate representation of color #C393E6: hue angle of 274.7º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C393E6 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 147 230 -
CMYK 0.15 0.36 0 0.10
HSL 274.7º 0.62% 0.74% -
HSV(B) 274.7º 0.36% 0.9% -
XYZ 47.22 38.18 79.74 -
YUV 170.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 195 147 230 0.15 0.36 0 0.10 274.7 0.62 0.74
Hex C3 93 E6 F 24 0 A 113 3E 4A
Octal 303 223 346 17 44 0 12 423 76 112
Binary 11000011 10010011 11100110 1111 100100 0 1010 100010011 111110 1001010

Color Harmonies of #C393E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393E6

Black with #C393E6

Text Example


Text Example

White with #C393E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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