Html Css Color HEX #C193ED Wisteria

📋 copy color: '#C193ED'

red 193 ◦ green 147 ◦ blue 237

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

Shades of Wisteria #C193ED

Tints of Wisteria #C193ED

RGB

 RED value IS 193 (75.78% from 255) = 33.45%

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

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 33.45%
G = 25.48%
B = 41.07%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C193ED (or 0xC193ED) is known color: Wisteria. HEX triplet: C1, 93 and ED. RGB value is (193,147,237). Sum of RGB (Red+Green+Blue) = 193+147+237=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #C193ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C193ED is #3E6C12. Grayscale: #AAAAAA. Windows color (decimal): -4090899 or 15569857. OLE color: 15569857.

HSL color Cylindrical-coordinate representation of color #C193ED: hue angle of 270.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C193ED is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 147 237 -
CMYK 0.19 0.38 0 0.07
HSL 270.67º 0.71% 0.75% -
HSV(B) 270.67º 0.38% 0.93% -
XYZ 47.71 38.32 85 -
YUV 171.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 193 147 237 0.19 0.38 0 0.07 270.67 0.71 0.75
Hex C1 93 ED 13 26 0 7 10F 47 4B
Octal 301 223 355 23 46 0 7 417 107 113
Binary 11000001 10010011 11101101 10011 100110 0 111 100001111 1000111 1001011

Color Harmonies of #C193ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193ED

Black with #C193ED

Text Example


Text Example

White with #C193ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193ED; }

 p { color: rgb(193,147,237); }

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

background-color css

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

 a { background-color: rgb(193,147,237); }

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

border-color css

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

 span { border-color: rgb(193,147,237); }

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