Html Css Color HEX #C194D7 Wisteria

📋 copy color: '#C194D7'

red 193 ◦ green 148 ◦ blue 215

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

Shades of Wisteria #C194D7

Tints of Wisteria #C194D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.67%

R = 34.71%
G = 26.62%
B = 38.67%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C194D7 (or 0xC194D7) is known color: Wisteria. HEX triplet: C1, 94 and D7. RGB value is (193,148,215). Sum of RGB (Red+Green+Blue) = 193+148+215=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #C194D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194D7 is #3E6B28. Grayscale: #A8A8A8. Windows color (decimal): -4090665 or 14128321. OLE color: 14128321.

HSL color Cylindrical-coordinate representation of color #C194D7: hue angle of 280.3º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C194D7 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 148 215 -
CMYK 0.10 0.31 0 0.16
HSL 280.3º 0.46% 0.71% -
HSV(B) 280.3º 0.31% 0.84% -
XYZ 44.85 37.42 69.15 -
YUV 169.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 193 148 215 0.10 0.31 0 0.16 280.3 0.46 0.71
Hex C1 94 D7 A 1F 0 10 118 2E 47
Octal 301 224 327 12 37 0 20 430 56 107
Binary 11000001 10010100 11010111 1010 11111 0 10000 100011000 101110 1000111

Color Harmonies of #C194D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194D7

Black with #C194D7

Text Example


Text Example

White with #C194D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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