#C194DC

Color #C194DC Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C194DC

Tints of Wisteria #C194DC

Color information

#C194DC (or 0xC194DC) is unknown color: approx Wisteria. HEX triplet: C1, 94 and DC. RGB value is (193,148,220). Sum of RGB (Red+Green+Blue) = 193+148+220=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #C194DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194DC is #3E6B23. Grayscale: #A9A9A9. Windows color (decimal): -4090660 or 14456001. OLE color: 14456001.

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

Color convert

RGB193148220-
CMYK0.120.3300.14
HSL277.5º50.7%72.16%-
HSV(B)277.5º32.73%86.27%-
XYZ45.537.6872.59-
YUV169.66156.41144.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=34.40%
G=26.38%
B=39.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931482200.120.3300.14277.550.772.16
HexC194DCC210E1163348
Octal301224334144101642663110
Binary1100000110010100110111001100100001011101000101101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C194DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C194DC; }

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

 H1.HeaderClassName
 {
   color: #C194DC;
 }
 .AnyTagClassName
 {
   color: #C194DC;
 }
</style>
background-color css

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

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

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

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

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

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