Html Css Color HEX #C194EE Wisteria

📋 copy color: '#C194EE'

red 193 ◦ green 148 ◦ blue 238

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

Shades of Wisteria #C194EE

Tints of Wisteria #C194EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.56%

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

R = 33.33%
G = 25.56%
B = 41.11%

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

#C194EE (or 0xC194EE) is known color: Wisteria. HEX triplet: C1, 94 and EE. RGB value is (193,148,238). Sum of RGB (Red+Green+Blue) = 193+148+238=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #C194EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194EE is #3E6B11. Grayscale: #ABABAB. Windows color (decimal): -4090642 or 15635649. OLE color: 15635649.

HSL color Cylindrical-coordinate representation of color #C194EE: hue angle of 270º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C194EE is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 148 238 -
CMYK 0.19 0.38 0 0.07
HSL 270º 0.73% 0.76% -
HSV(B) 270º 0.38% 0.93% -
XYZ 48.01 38.69 85.83 -
YUV 171.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 193 148 238 0.19 0.38 0 0.07 270 0.73 0.76
Hex C1 94 EE 13 26 0 7 10E 49 4C
Octal 301 224 356 23 46 0 7 416 111 114
Binary 11000001 10010100 11101110 10011 100110 0 111 100001110 1001001 1001100

Color Harmonies of #C194EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194EE

Black with #C194EE

Text Example


Text Example

White with #C194EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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