Html Css Color HEX #C194DF Wisteria

📋 copy color: '#C194DF'

red 193 ◦ green 148 ◦ blue 223

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

Shades of Wisteria #C194DF

Tints of Wisteria #C194DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 34.22%
G = 26.24%
B = 39.54%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C194DF (or 0xC194DF) is known color: Wisteria. HEX triplet: C1, 94 and DF. RGB value is (193,148,223). Sum of RGB (Red+Green+Blue) = 193+148+223=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #C194DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194DF is #3E6B20. Grayscale: #A9A9A9. Windows color (decimal): -4090657 or 14652609. OLE color: 14652609.

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

Color convert

RGB 193 148 223 -
CMYK 0.13 0.34 0 0.13
HSL 276º 0.54% 0.73% -
HSV(B) 276º 0.34% 0.87% -
XYZ 45.9 37.84 74.7 -
YUV 170.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 193 148 223 0.13 0.34 0 0.13 276 0.54 0.73
Hex C1 94 DF D 22 0 D 114 36 49
Octal 301 224 337 15 42 0 15 424 66 111
Binary 11000001 10010100 11011111 1101 100010 0 1101 100010100 110110 1001001

Color Harmonies of #C194DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194DF

Black with #C194DF

Text Example


Text Example

White with #C194DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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