Html Css Color HEX #C194EF Wisteria

📋 copy color: '#C194EF'

red 193 ◦ green 148 ◦ blue 239

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

Shades of Wisteria #C194EF

Tints of Wisteria #C194EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 33.28%
G = 25.52%
B = 41.21%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C194EF (or 0xC194EF) is known color: Wisteria. HEX triplet: C1, 94 and EF. RGB value is (193,148,239). Sum of RGB (Red+Green+Blue) = 193+148+239=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #C194EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194EF is #3E6B10. Grayscale: #ABABAB. Windows color (decimal): -4090641 or 15701185. OLE color: 15701185.

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

Color convert

RGB 193 148 239 -
CMYK 0.19 0.38 0 0.06
HSL 269.67º 0.74% 0.76% -
HSV(B) 269.67º 0.38% 0.94% -
XYZ 48.16 38.75 86.6 -
YUV 171.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 193 148 239 0.19 0.38 0 0.06 269.67 0.74 0.76
Hex C1 94 EF 13 26 0 6 10E 4A 4C
Octal 301 224 357 23 46 0 6 416 112 114
Binary 11000001 10010100 11101111 10011 100110 0 110 100001110 1001010 1001100

Color Harmonies of #C194EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194EF

Black with #C194EF

Text Example


Text Example

White with #C194EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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