Html Css Color HEX #C194EC Wisteria

📋 copy color: '#C194EC'

red 193 ◦ green 148 ◦ blue 236

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

Shades of Wisteria #C194EC

Tints of Wisteria #C194EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.9%

R = 33.45%
G = 25.65%
B = 40.9%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C194EC (or 0xC194EC) is known color: Wisteria. HEX triplet: C1, 94 and EC. RGB value is (193,148,236). Sum of RGB (Red+Green+Blue) = 193+148+236=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #C194EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194EC is #3E6B13. Grayscale: #ABABAB. Windows color (decimal): -4090644 or 15504577. OLE color: 15504577.

HSL color Cylindrical-coordinate representation of color #C194EC: hue angle of 270.68º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C194EC is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 148 236 -
CMYK 0.18 0.37 0 0.07
HSL 270.68º 0.7% 0.75% -
HSV(B) 270.68º 0.37% 0.93% -
XYZ 47.72 38.57 84.29 -
YUV 171.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 193 148 236 0.18 0.37 0 0.07 270.68 0.7 0.75
Hex C1 94 EC 12 25 0 7 10F 46 4B
Octal 301 224 354 22 45 0 7 417 106 113
Binary 11000001 10010100 11101100 10010 100101 0 111 100001111 1000110 1001011

Color Harmonies of #C194EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194EC

Black with #C194EC

Text Example


Text Example

White with #C194EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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