Html Css Color HEX #C193EA Wisteria

📋 copy color: '#C193EA'

red 193 ◦ green 147 ◦ blue 234

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

Shades of Wisteria #C193EA

Tints of Wisteria #C193EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.77%

R = 33.62%
G = 25.61%
B = 40.77%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C193EA (or 0xC193EA) is known color: Wisteria. HEX triplet: C1, 93 and EA. RGB value is (193,147,234). Sum of RGB (Red+Green+Blue) = 193+147+234=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #C193EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C193EA is #3E6C15. Grayscale: #AAAAAA. Windows color (decimal): -4090902 or 15373249. OLE color: 15373249.

HSL color Cylindrical-coordinate representation of color #C193EA: hue angle of 271.72º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C193EA is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 147 234 -
CMYK 0.18 0.37 0 0.08
HSL 271.72º 0.67% 0.75% -
HSV(B) 271.72º 0.37% 0.92% -
XYZ 47.28 38.15 82.71 -
YUV 170.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 193 147 234 0.18 0.37 0 0.08 271.72 0.67 0.75
Hex C1 93 EA 12 25 0 8 110 43 4B
Octal 301 223 352 22 45 0 10 420 103 113
Binary 11000001 10010011 11101010 10010 100101 0 1000 100010000 1000011 1001011

Color Harmonies of #C193EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193EA

Black with #C193EA

Text Example


Text Example

White with #C193EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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