Html Css Color HEX #C193D7 Wisteria

📋 copy color: '#C193D7'

red 193 ◦ green 147 ◦ blue 215

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

Shades of Wisteria #C193D7

Tints of Wisteria #C193D7

RGB

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

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

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

R = 34.77%
G = 26.49%
B = 38.74%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C193D7 (or 0xC193D7) is known color: Wisteria. HEX triplet: C1, 93 and D7. RGB value is (193,147,215). Sum of RGB (Red+Green+Blue) = 193+147+215=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #C193D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193D7 is #3E6C28. Grayscale: #A8A8A8. Windows color (decimal): -4090921 or 14128065. OLE color: 14128065.

HSL color Cylindrical-coordinate representation of color #C193D7: hue angle of 280.59º 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 #C193D7 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 147 215 -
CMYK 0.10 0.32 0 0.16
HSL 280.59º 0.46% 0.71% -
HSV(B) 280.59º 0.32% 0.84% -
XYZ 44.69 37.11 69.1 -
YUV 168.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 193 147 215 0.10 0.32 0 0.16 280.59 0.46 0.71
Hex C1 93 D7 A 20 0 10 119 2E 47
Octal 301 223 327 12 40 0 20 431 56 107
Binary 11000001 10010011 11010111 1010 100000 0 10000 100011001 101110 1000111

Color Harmonies of #C193D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193D7

Black with #C193D7

Text Example


Text Example

White with #C193D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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