Html Css Color HEX #C193DD Wisteria

📋 copy color: '#C193DD'

red 193 ◦ green 147 ◦ blue 221

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

Shades of Wisteria #C193DD

Tints of Wisteria #C193DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 34.4%
G = 26.2%
B = 39.39%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C193DD (or 0xC193DD) is known color: Wisteria. HEX triplet: C1, 93 and DD. RGB value is (193,147,221). Sum of RGB (Red+Green+Blue) = 193+147+221=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #C193DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193DD is #3E6C22. Grayscale: #A8A8A8. Windows color (decimal): -4090915 or 14521281. OLE color: 14521281.

HSL color Cylindrical-coordinate representation of color #C193DD: hue angle of 277.3º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C193DD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 147 221 -
CMYK 0.13 0.33 0 0.13
HSL 277.3º 0.52% 0.72% -
HSV(B) 277.3º 0.33% 0.87% -
XYZ 45.48 37.43 73.23 -
YUV 169.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 193 147 221 0.13 0.33 0 0.13 277.3 0.52 0.72
Hex C1 93 DD D 21 0 D 115 34 48
Octal 301 223 335 15 41 0 15 425 64 110
Binary 11000001 10010011 11011101 1101 100001 0 1101 100010101 110100 1001000

Color Harmonies of #C193DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193DD

Black with #C193DD

Text Example


Text Example

White with #C193DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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