Html Css Color HEX #C193EE Wisteria

📋 copy color: '#C193EE'

red 193 ◦ green 147 ◦ blue 238

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

Shades of Wisteria #C193EE

Tints of Wisteria #C193EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 33.39%
G = 25.43%
B = 41.18%

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

#C193EE (or 0xC193EE) is known color: Wisteria. HEX triplet: C1, 93 and EE. RGB value is (193,147,238). Sum of RGB (Red+Green+Blue) = 193+147+238=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #C193EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C193EE is #3E6C11. Grayscale: #AAAAAA. Windows color (decimal): -4090898 or 15635393. OLE color: 15635393.

HSL color Cylindrical-coordinate representation of color #C193EE: hue angle of 270.33º degrees, saturation: 0.73, 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 #C193EE is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 147 238 -
CMYK 0.19 0.38 0 0.07
HSL 270.33º 0.73% 0.75% -
HSV(B) 270.33º 0.38% 0.93% -
XYZ 47.86 38.38 85.77 -
YUV 171.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 193 147 238 0.19 0.38 0 0.07 270.33 0.73 0.75
Hex C1 93 EE 13 26 0 7 10E 49 4B
Octal 301 223 356 23 46 0 7 416 111 113
Binary 11000001 10010011 11101110 10011 100110 0 111 100001110 1001001 1001011

Color Harmonies of #C193EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193EE

Black with #C193EE

Text Example


Text Example

White with #C193EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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