Html Css Color HEX #C194DB Wisteria

📋 copy color: '#C194DB'

red 193 ◦ green 148 ◦ blue 219

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

Shades of Wisteria #C194DB

Tints of Wisteria #C194DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 34.46%
G = 26.43%
B = 39.11%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C194DB (or 0xC194DB) is known color: Wisteria. HEX triplet: C1, 94 and DB. RGB value is (193,148,219). Sum of RGB (Red+Green+Blue) = 193+148+219=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #C194DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194DB is #3E6B24. Grayscale: #A9A9A9. Windows color (decimal): -4090661 or 14390465. OLE color: 14390465.

HSL color Cylindrical-coordinate representation of color #C194DB: hue angle of 278.03º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C194DB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 148 219 -
CMYK 0.12 0.32 0 0.14
HSL 278.03º 0.5% 0.72% -
HSV(B) 278.03º 0.32% 0.86% -
XYZ 45.37 37.63 71.89 -
YUV 169.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 193 148 219 0.12 0.32 0 0.14 278.03 0.5 0.72
Hex C1 94 DB C 20 0 E 116 32 48
Octal 301 224 333 14 40 0 16 426 62 110
Binary 11000001 10010100 11011011 1100 100000 0 1110 100010110 110010 1001000

Color Harmonies of #C194DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194DB

Black with #C194DB

Text Example


Text Example

White with #C194DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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