Html Css Color HEX #C193E7 Wisteria

📋 copy color: '#C193E7'

red 193 ◦ green 147 ◦ blue 231

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

Shades of Wisteria #C193E7

Tints of Wisteria #C193E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.46%

R = 33.8%
G = 25.74%
B = 40.46%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C193E7 (or 0xC193E7) is known color: Wisteria. HEX triplet: C1, 93 and E7. RGB value is (193,147,231). Sum of RGB (Red+Green+Blue) = 193+147+231=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 231 - color contains mainly: blue. Hex color #C193E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C193E7 is #3E6C18. Grayscale: #AAAAAA. Windows color (decimal): -4090905 or 15176641. OLE color: 15176641.

HSL color Cylindrical-coordinate representation of color #C193E7: hue angle of 272.86º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C193E7 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 147 231 -
CMYK 0.16 0.36 0 0.09
HSL 272.86º 0.64% 0.74% -
HSV(B) 272.86º 0.36% 0.91% -
XYZ 46.85 37.97 80.46 -
YUV 170.33 162.24 144.17 -
System Red Green Blue C M Y K H S L
Decimal 193 147 231 0.16 0.36 0 0.09 272.86 0.64 0.74
Hex C1 93 E7 10 24 0 9 111 40 4A
Octal 301 223 347 20 44 0 11 421 100 112
Binary 11000001 10010011 11100111 10000 100100 0 1001 100010001 1000000 1001010

Color Harmonies of #C193E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193E7

Black with #C193E7

Text Example


Text Example

White with #C193E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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